JavaScript读取JSON文件

mac2022-06-30  25

前提 需要有jQuery.js在文件目录中

关键语句

$.getJSON("filepath", function (res) {alert(res)})

 

最新回复(0)