主题:这样的字符串如何串起来?
<%
schoolname="peter"
sub showheader()
Response.write("<a href=""list.html&schoolname=变量(schoolname)""><img src=""../images/index_12.jpg"" border=""0""/></a>")
end sub
%>
请问下,那里的变量(schoolname)如何写引号或者单引呢?
schoolname="peter"
sub showheader()
Response.write("<a href=""list.html&schoolname=变量(schoolname)""><img src=""../images/index_12.jpg"" border=""0""/></a>")
end sub
%>
请问下,那里的变量(schoolname)如何写引号或者单引呢?