摘要: function post(URL, PARAMS) { var temp_form = document.createElement("form"); temp_form.action = URL; temp_form.target = "_blank"; temp_form.method = "post"; t... 阅读全文
posted @ 2019-03-22 16:32 嗑瓜子不吐皮 阅读(3648) 评论(0) 推荐(0)