jquery load local json file in a Web page

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

  

Guess you like

Origin www.cnblogs.com/azure-zero/p/11457301.html