87,996
社区成员




<html>
<head>
<title>测试</title>
<script type="text/javascript">
//js代码
</script>
<style type="text/css">
/* css代码 */
</style>
</head>
<body>
这是body
</body>
</html>
<html>
<head>
<title>测试</title>
</head>
<body>
<script type="text/javascript">
//js代码
</script>
<style type="text/css">
/* css代码 */
</style>
这是body
</body>
</html>