Function GetHttpPage(HttpUrl,endoce) If endoce = "" Then endoce = "GB2312" If IsNull(HttpUrl)=True Or Len(HttpUrl)<18 Or HttpUrl="$False$" Then GetHttpPage="$False$" Exit Function End If Dim Http Set Http=server.…
这个方法跟网页上的一样,直接通过截取url中传过来的参数来取值 <web-view src="https://www.baidu.com/test.html?url=http://www.hao123.com/&class=100&tackId=110&id=1311"></web-view> 在内嵌的页面中写以下代码,截取url取值 function getParamer(paramer){ var url=window.locat…