@@ -1,3 +1,4 @@
+$(document).ready(function () {
数据提交 = function(name = '地址',json = '数据',result = '回调') {
$.post('http://localhost:13131/'+name,json,function(data){
result(data);
@@ -76,4 +77,5 @@ z-index:999999;">
setTimeout(function () {
$('#alert').remove();
},500)
-}
+}
+})