a summary a week(1305)
1.about quote in vbscript
compare two examples below
[html]
Response.Write "input ’index' please"
Response.Write "input ’index' please"
[html]
<%
Response.Write "<html>"
Response.write "<head align='center'>welcome to my homepage"
Response.write "</head>"
Response.write "</html>"
%>
<%
Response.Write "<html>"
Response.write "<head align='center'>welcome to my homepage"
Response.write "</head>"
Response.write "</html>"
%>
补充:Web开发 , 其他 ,