ajax写法时间:2023-03-09 21:44:15 $.ajax({ type:'post', url:'<%=path%>/login', cache:false, dataType:'json', success:function(data){ }, error:function(){ alert("系统错误"); } });