|
发表于 2013-4-9 17:57:02
|
显示全部楼层
陕西省宝鸡市
[e]
.版本 2
.子程序 _按钮_Post1_被单击
.局部变量 提交地址, 文本型
.局部变量 提交数据, 文本型
.局部变量 返回数据, 文本型
.局部变量 cookie, 文本型
网页_访问 (“http://bbs.pcgames.com.cn/forum-28262.html”, , , , cookie)
' 载入 (窗口_验证码, , 真)
提交地址 = “http://passport2.pcgames.com.cn/passport2/api/register.jsp”
提交数据 = “username=” + 用户名_编辑框.内容 + “&password=” + 邮箱密码_编辑框.内容 + “&passwordConfirm=” + 邮箱密码_编辑框.内容 + “&email=” + 邮箱_编辑框.内容 + “&captcha=” + 验证码_编辑框.内容 + “&checkbox=on&return=http%3A%2F%2Fbbs.pcgames.com.cn%2Fforum-28262.html&windowname=true”
输出调试文本 (提交数据)
返回数据 = 到文本 (网页_访问 (提交地址, 1, 提交数据, cookie, , , , , , , ))
编辑框1.内容 = 返回数据
accountId = 文本_取出中间文本 (返回数据, #acc1, #acc2, , 假)
输出调试文本 (accountId)
[/e] |
|