Jquery读取本地文件内容
$("#one a").css("cursor", "pointer").click(function () {$.post("course/popular/content1.html",null,function(data){alert(data);//这里data为content1.html文件里的内容});});