【推荐】:任务赚钱app:悬赏猫(补充:刷Q币是假的,Q币绝对刷不了!)
在悬赏猫,可以通过任务赚钱,秒提微信红包。用户可点击链接注册下载悬赏猫http://www.nnzhuan.com/s/xuanshangmao.html
电脑用户用手机扫码注册下载悬赏猫
小编悬赏猫的收款图:
手机任务赚钱app:趣闲赚
用户可点击链接注册下载
http://www.nnzhuan.com/s/quxianzhuan.html
这个大牛的网页提交方法,稍微优化了一下,可以用在其他类似提交,改一下url和params参数就行
http://www.zuanke8.com/thread-5200479-1-1.html
var url = "https://act.e.mi.com/common/prize/save-userinfo";
var params = [{name:"rid",value:"你的rid"},{name:"checkCode",value:"你的checkCode"},{name:"phone",value:"你的手机号"}];
function post(URL, PARAMS) {
var temp_form = document.createElement("form");
temp_form .action = URL;
temp_form .target = "_blank";
temp_form .method = "post";
temp_form .style.display = "none";
for (var x in PARAMS) {
var opt = document.createElement("input");
opt.name = PARAMS[x].name;
opt.value = PARAMS[x].value;
temp_form .appendChild(opt);
}
document.body.appendChild(temp_form);
temp_form .submit();
}
post(url,params)
ps:其实这种情况用fd最快,什么都有,脚本还是复杂了点(中奖,看人品了
关注我们:请关注一下我们的微信公众号:扫描二维码

版权声明:本文为原创文章,版权归 赚Q币及手赚项目推荐 所有,欢迎分享本文,转载请保留出处!
评论已关闭!