去掉导出方法的无用代码
This commit is contained in:
@@ -120,7 +120,7 @@ function aJaxImportPost(url, params) {
|
|||||||
// 设置form属性
|
// 设置form属性
|
||||||
temp_form .action = url;
|
temp_form .action = url;
|
||||||
temp_form .target = "_self";
|
temp_form .target = "_self";
|
||||||
temp_form .method = "post"; R
|
temp_form .method = "post";
|
||||||
temp_form .style.display = "none";
|
temp_form .style.display = "none";
|
||||||
// 处理需要传递的参数
|
// 处理需要传递的参数
|
||||||
for (var x in params) {
|
for (var x in params) {
|
||||||
|
|||||||
Reference in New Issue
Block a user