
1.如何用Asp判断你的网站的虚拟物理路径答:使用Mappath方法<p><fontsize="4"face="Arial"><b>ThePhysicalpathtothisvirtualwebsiteis:</b></font><fontcolor="#FF0000"size="6"face="Arial"><%=Server.MapPath("\")%></font></p>2.我如何知道使用者所用的浏览器?答:使用theRequestobject方法strBrowser=Request.ServerVariables("HTTP_USER_AG...