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

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

  

原文地址:https://www.cnblogs.com/azure-zero/p/11457301.html