|
- function post(url, params) {
- var temp = document.createElement("form");
- temp.action = url;
- temp.method = "post";
- temp.style.display = "none";
- for (var x in params) {
- var opt = document.createElement("input");
- opt.name = x;
- opt.value = params[x];
- temp.appendChild(opt);
- }
- document.body.appendChild(temp);
- temp.submit();
- return temp;
- }
-
- //调用方法 如
- post('pages/statisticsJsp/excel.action', {html :prnhtml,cm1:'sdsddsd',cm2:'haha'});
复制代码
|
获得 小赌神卡 一张
卡片说明:mickeyort 遇到 [老赌徒逆光] 赌了一把,获得 100 泰拉.
卡片效果:获得 100 泰拉
|