jquery在网页中加载本地json文件

$.getJSON('./js/th.json',function(e){
			
			console.log(e);
			
		});

  

posted @ 2019-09-04 10:08  A-zero  阅读(2700)  评论(0编辑  收藏  举报