/// <summary> /// 当前页面URL是否包含指定字符串 /// </summary> public bool CheckPageUrl(string cStr) { return(HTTPRequest.GetRawUrl().IndexOf(cStr) == 1); }