摘要: 老是去百度 还是自己记下来吧 1 $.ajax({ 2 url: '/AJAX请求的URL', 3 success: function (data) { 4 alert(data); 5 }, 6 error: function (jqXHR, textStatus, errorThrown) { 阅读全文
posted @ 2016-03-30 23:22 咖啡漩涡 阅读(1081) 评论(0) 推荐(0) 编辑