$.ajax({ type:‘post‘, url:‘<%=path%>/login‘, cache:false, dataType:‘json‘, success:function(data){ }, error:function(){ alert("系统错误"); } });
时间: 2025-01-07 12:43:40
$.ajax({ type:‘post‘, url:‘<%=path%>/login‘, cache:false, dataType:‘json‘, success:function(data){ }, error:function(){ alert("系统错误"); } });