(待完善)前端--jQuery Ajax 實例 ($.ajax、$.post、$.get)

https://blog.csdn.net/meng198672/article/details/84150620
https://blog.csdn.net/xianhenyuan/article/details/92669817

詳細介紹:https://www.cnblogs.com/yeer/archive/2009/07/23/1529460.html

https://www.w3school.com.cn/jquery/ajax_ajax.asp

var obj = jQuery.parseJSON( ‘{“id”:12,“name”: “John” ,“data”:[{“age”:15,“value”:“small”},{“age”:16,“value”:“big”},{“age”:65,“value”:“old”}]}’ );
alert( obj.name === “John” );

原文:https://api.jquery.com/jquery.parsejson/

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章