$.ajax({ type:‘post‘, url:‘<%=path%>/login‘, cache:false, dataType:‘json‘, success:function(data){ }, error:function(){ alert("系统错误"); } });
时间: 2024-10-13 05:09:30
$.ajax({ type:‘post‘, url:‘<%=path%>/login‘, cache:false, dataType:‘json‘, success:function(data){ }, error:function(){ alert("系统错误"); } });