function post_to_url(path, params, method) { method = method || "post"; var form = document.createElement("form"); //Move the submit function to another ...
確定! 回上一頁