摘要: function js_post(URL, PARAMS) { var temp = document.createElement("form"); temp.target = "_blank"; temp.action = URL; temp.method = "post"; temp.style.display ... 阅读全文
posted @ 2018-02-02 13:18 6671 阅读(142) 评论(0) 推荐(0)