jQ獲取異步請求的三種方式

1.JQ --->$.get()方式獲取ajax) $.get("01.jQueryAjaxServer.php","name=liujing&pwd=123456", function (data) { console.log(data); console.log(data.name); },"json"); 2.JQ --->$.post()方式獲取ajax $.post("01.jQuery
相關文章
相關標籤/搜索