代码搜索:VbScript
找到约 10,000 项符合「VbScript」的源代码
代码结果 10,000
www.eeworm.com/read/159905/5578959
asax global.asax
override string GetVaryByCustomString( HttpContext objContext, string strCustom )
{
return objContext.Request.Browser.VBScript.ToString();
}
www.eeworm.com/read/159905/5578962
aspx varybycustom.aspx
void Page_Load(Object sender , EventArgs e)
{
lblMe
www.eeworm.com/read/159905/5578986
aspx varybycustom.aspx
Sub Page_Load
lblMessage.Text = Request.Browser.VBScript
End Sub