window.open("","view","","");
window.document.forms[0].action = "SeaveServlet?flag=" + operation;
window.document.forms[0].target = "view";
window.document.forms[0].method="post";
window.document.forms[0].submit();
window.document.forms[0].action = "SeaveServlet?flag=" + operation;
window.document.forms[0].target = "view";
window.document.forms[0].method="post";
window.document.forms[0].submit();

被折叠的 条评论
为什么被折叠?



