|
沙发
发表于 2020-3-11 17:56:46
|
只看该作者
江苏省泰州市
里面用MB 或CEF内核会使用web登录,如果是IE内核则会使用
如果是只有Flash建议使用 论坛上的 FD模块 (奇易模块)
三种方式,忘采纳。
12121221.e
(733.28 KB, 下载次数: 13)
窗口程序集名 | 保 留 | 保 留 | 备 注 | 窗口程序集_启动窗口 | | | | 变量名 | 类 型 | 数组 | 备 注 | webview | 整数型 | | user | 文本型 | | pwd | 文本型 | | serverid | 文本型 | |
精易Web浏览器1. 浏览网页 (“http://web.198game.com/hxsg/login.html?server_id=s1241&logflag=1”)变量名 | 类 型 | 静态 | 数组 | 备 注 | wke | WKE_填表 | | | ajax | Ajax | | |
webview = 精易Web浏览器1. 取WebView ()ajax. POST请求 (webview, “http://web.198game.com/hxsg/login.php”, 假, “username=” + user + “&passwd=” + pwd + “&serverid=” + serverid + “&logflag=1”, &call )延迟 (500 )精易Web浏览器1. 浏览网页 (“http://” + serverid + “.198game.com/index.php”) 变量名 | 类 型 | 静态 | 数组 | 备 注 | wke | WKE_填表 | | | js | Javascript | | |
wke. 文档_执行JS方法 (webview, “document.getElementById('username').value = '” + user + “'”)wke. 文档_执行JS方法 (webview, “document.getElementById('passwd').value = '” + pwd + “'”)wke. 文档_执行JS方法 (webview, “document.getElementById('userlogin').click()”)webview = 精易Web浏览器1. 取WebView ()user = “xiaohax1”pwd = “1314520”serverid = “s1245”精易Web浏览器1. 浏览网页 (“http://web.198game.com/hxsg/login.html?server_id=s1241&logflag=1”) 精易Web浏览器1. 浏览网页 (“http://” + serverid + “.198game.com/index.php”)变量名 | 类 型 | 静态 | 数组 | 备 注 | cookie | 文本型 | | | ret | 文本型 | | | url | 文本型 | | |
ret = 网页_访问S (“http://web.198game.com/hxsg/login.php”, 1, “username=” + user + “&passwd=” + pwd + “&serverid=” + serverid + “&logflag=1”, , cookie, , , 真, , , , , , , , , , )调试输出 (cookie, ret )url = “http://” + serverid + “.198game.com/index.php”精易Web浏览器1. 设置Cookie (url, cookie )精易Web浏览器1. 浏览网页 (url )调试输出 (url )
|
评分
-
查看全部评分
|