摘要: Action(){ //将ip地址保存在参数中 lr_save_string("192.168.0.99","ip"); //登录用户名、密码 lr_save_string("user2","uname"); lr_save_string("111111","pwd"); //打开bbs首页 ... 阅读全文
posted @ 2015-03-02 16:38 hotarubi 阅读(427) 评论(0) 推荐(0) 编辑
摘要: Action(){ int pageSum; //存总共的页数 char randpage[4];//存随机后的页数 //访问首页的事务 lr_start_transaction("homePage"); web_url("e6mall", "URL=http://192.168.1.1... 阅读全文
posted @ 2015-03-02 14:44 hotarubi 阅读(380) 评论(0) 推荐(0) 编辑