请问这代码有问题么..怎么编译出来一直崩溃
e4a吧
全部回复
仅看楼主
level 1
事件 按钮3.被单击()
变量 hxb 为 哈希表
hxb = 创建 哈希表
hxb.加入项目("formhash","f26ca1f8&")
hxb.加入项目("referer","bbs.php&")
hxb.加入项目("loginfield","username&")
hxb.加入项目("username",编辑框1.内容)
hxb.加入项目("&password",编辑框2.内容)
hxb.加入项目("&questionid","0")
hxb.加入项目("&answer","")
弹出提示(发送网络数据("http://scdaadr.haotui.com/logging.php?action=login&loginsubmit=yes&inajax=1",hxb,"GBK",1))
结束 事件
formhash=89caa3c9&referer=bbs.php&loginfield=username&username=test&password=test&questionid=0&answer=
这是原post截取的代码
2014年08月11日 08点08分 1
level 1
变量 启动时间 为 长整数型
事件 主窗口.按下某键(键代码 为 整数型,传址 屏蔽 为 逻辑型)
如果 键代码 = 返回键 则
如果 取启动时间() - 启动时间 >2000 则
弹出提示("再按一次退出程序")
启动时间 = 取启动时间()
否则
结束程序()
结束 如果
结束 如果
结束 事件
事件 按钮1.被单击()
保存窗口("窗口1",创建 窗口1)
切换窗口(读取窗口("窗口1"))
结束 事件
事件 按钮3.被单击()
变量 hxb 为 哈希表
hxb = 创建 哈希表
hxb.加入项目("formhash","f26ca1f8")
hxb.加入项目("referer","bbs.php")
hxb.加入项目("loginfield","username")
hxb.加入项目("username",编辑框1.内容)
hxb.加入项目("password",编辑框2.内容)
hxb.加入项目("questionid","0")
hxb.加入项目("answer","")
弹出提示(发送网络数据("http://scdaadr.haotui.com/logging.php?action=login&loginsubmit=yes&inajax=1",hxb,"GBK",5000))
结束 事件
全部代码了.... = =不知道哪里有错么..一开就崩溃..无奈了
2014年08月11日 11点08分 5
level 1
注册-开启网络验证[哈哈]
2016年07月27日 07点07分 7
1