开始

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>ޱĵ</title>
<!--
<link rel="stylesheet" href="style.css" type="text/css">
-->
<style type="text/css">
.center
{
width
:960px;
margin
:0 auto;
border
:1px solid #333;
background-color
:#ccc;
}
</style>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" language="javascript" type="text/javascript">
</script>

<script type="text/javascript">
$(
function() { //$(document).ready( function() {简写
alert("123");
});
</script>
</head>

<body>
<div class="center">test</div>
</body>
</html>





相关文章:

  • 2021-09-17
  • 2022-12-23
  • 2021-04-27
  • 2022-03-02
  • 2022-01-28
  • 2021-04-05
  • 2021-09-27
猜你喜欢
  • 2021-11-30
  • 2022-02-22
  • 2022-01-08
  • 2022-12-23
  • 2021-10-07
  • 2022-12-23
  • 2021-10-20
相关资源
相似解决方案