什么都没有错,程序报错的,asp bug太多;错误 '800a0401'语句未结束,多加()则正常
<%@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'语句未结束,如将asp_code=asp_code&hcline改成asp_code=asp_code&(hcline)则正常的</h2>
<%
hcline=456
asp_code=asp_code&hcline
response.Write(hcline)
%>
</body>
</html>