如何在webview中显示或只读取网站上的表单? - 迅捷

时间:2016-05-27 15:07:06

标签: javascript xcode swift uiwebview

任何专家都可以告诉我如何只在我的UIWebView中显示此网站的登录信息吗?

http://webgiz.faqserv.com/webgiz/

(这是我的链接不可用时的屏幕截图):

enter image description here

如果我不能,我如何使用Swift用变量填充此表单?

目前我正在使用下面的姑息代码:WV1.stringByEvaluatingJavaScriptFromString("document.getElementById('username')‌​.value = '" + RA + "'") WV1.stringByEvaluatingJavaScriptFromString("document.getElementById('passwd').v‌​alue = '" + CPF + "'") WV1.stringByEvaluatingJavaScriptFromString("document.getElementById('btnlogin')‌​.click()")

1 个答案:

答案 0 :(得分:0)

您必须检测其余的完整参数才能登录此joomla门户网站:

例如:

POST 方法: http://webgiz.faqserv.com/webgiz/index.php?option=com_aixgen&username=test&password=test&userType=A&instituicao=0

arr.forEach(function(v, i) {