网站制作……谁能解释一下啊

来源:百度知道 编辑:UC知道 时间:2024/06/05 20:42:09
下面是一段。JS格式的网页内容:
<%@ page contentType="text/html; charset=gb2312" language="java" import="java.sql.*" errorPage="" %>
<!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=gb2312" />
<title>无标题文档</title>
<style type="text/css">
<!--
@import url("file:///C|/site/index.files/style1.css");
--></style>
</head>

<body>
var shou2txt="";
shou2txt=shou2txt+"<

<body>
var shou2txt="";
shou2txt=shou2txt+"<li><a href=\"http:\/\/2shou.ks.js.cn\/messageview.asp?id=520888\" target=\"_blank\">九成新48V踏板电动<\/a></li>";</body>
是不是有应该改成
<body>
<%var shou2txt="";
shou2txt=shou2txt+"<li><a href=\"http:\/\/2shou.ks.js.cn\/messageview.asp?id=520888\" target=\"_blank\">九成新48V踏板电动<\/a></li>";%></body>