<%@ Language=VBscript %><% ‘ pOption ExplicitDim Sv%><HTML><BODY> <table colspan=8 cellpadding=5 border=0> <tr> <td align=CENTER bgcolor="#800000" width="109"> <font style="ARIAL NARROW" color="#ffffff" size="2">环境变量名</font></td> <td align=CENTER width=459 bgcolor="#800000"> <font style="ARIAL NARROW" color="#ffffff" size="2">结果</font></td> </tr><%for each Sv In Request.ServerVariablesResponse.Write "<tr>" Response.Write "<td bgcolor='f7efde' align=CENTER> <font style='ARIAL NARROW' size='2'>"Response.Write SvResponse.Write "</font></td>"Response.Write "<td bgcolor='f7efde' align=CENTER> <font style='ARIAL NARROW' size='2'>"Response.Write Request.ServerVariables(Sv)Response.Write "</font></td></tr>"next%></table></BODY></HTML>运行后老是提示错误,请问错在哪
热心网友
‘ p应该用半角的单引号',不是全角的单引号‘改成 ' p就可以了。