这是我的文件代码如下:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="65001"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.
<html xmlns="http://www.
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
</head>
<body><%
zr=WeekdayName(Weekday(Date))
if zr="星期一" then
response.write"张三 手机:1380013800"
elseif zr="星期二" then
response.write"李四 手机:1380013800"
elseif zr="星期三" then
response.write"王伍 手机:1380013800"
elseif zr="星期四" then
response.write"周六 手机:1380013800"
elseif zr="星期五" then
response.write"李七 手机:1380013800"
elseif zr="星期六" then
response.write"朱九 手机:1380013800"
elseif zr="星期日" then
response.write"宋十 手机:11380013800"
end if
%>
</body>
</html>
存为 n.ASP
插入后不显示名子和电话