01 2017 档案

js windows.open()模拟POST提交
摘要:function openPostWindow (url,name, data1, data2) { var tempForm = document.createElement("form"); tempForm.id = "tempForm1"; tempForm.method = "post"; 阅读全文

posted @ 2017-01-05 11:29 大牛叔叔 阅读(420) 评论(0) 推荐(0)