微信搜索“毛凌志岗前心得”小程序
jQuery.getJSON() – jQuery API
Example: Load the JSON data from test.js, passing along additional data, and access a name from the returned JSON data.$.getJSON("test.js", { name: "John", time: "2pm" }, function(json) { alert("JSON Data: " + json.users[3].name); });
$.getJSON("test.js", { name: "John", time: "2pm" }, function(json) { alert("JSON Data: " + json.users[3].name); });
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3