在html中利用js读取动态网站从服务器端返回的数据进行显示
1、js.html 页面
需要引入 执行jquery的js文件
<HTML>
<HEAD>
<META name=Generator content=EditPlus>
<META name=Author content="">
<META name=Keywords content="">
<META name=Description content="">
[removed][removed]
[removed]
$(function(){
//$("#loaddata").c
1