什么都沒有錯,程序報錯的,asp bug太多;錯誤 '800a0401'語句未結(jié)束,多加()則正常
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<%
response.Charset="UTF-8"
%>
<!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>
</head>
<body>
<h2>什么都沒有錯,程序報錯的,asp bug太多;錯誤 '800a0401'語句未結(jié)束,如將asp_code=asp_code&hcline改成asp_code=asp_code&(hcline)則正常的</h2>
<%
hcline=456
asp_code=asp_code&hcline
response.Write(hcline)
%>
</body>
</html>