level 1
再战V修罗
楼主
比如我要输入账号和密码进行一个登录的操作
脚本简单如下:
web_url("student", "URL=http://192.168.1.140:8080/student/", LAST);(登录页面)
web_submit_data("yh_info_login.action", "Action=http://192.168.1.140:8080/student/yh_info_login.action", LAST);(账号密码的输入与提交)
我的事物的开始与结束只要在web_url()前后就好了,还是也要包括web_submit_data()部分。
2013年04月22日 03点04分
1
脚本简单如下:
web_url("student", "URL=http://192.168.1.140:8080/student/", LAST);(登录页面)
web_submit_data("yh_info_login.action", "Action=http://192.168.1.140:8080/student/yh_info_login.action", LAST);(账号密码的输入与提交)
我的事物的开始与结束只要在web_url()前后就好了,还是也要包括web_submit_data()部分。