easyUI 不能加载JSON数据
html代码是:<tableid="dg"class="easyui-datagrid"title="未阅读问题(55)"style="height:300px"data...
html代码是:
<table id="dg" class="easyui-datagrid" title="未阅读问题(55)" style="height:300px" data-options="rownumbers:false,singleSelect:true,pagination:true,autoRowHeight:true,url:'data/1.json',method:'get'">
<thead>
<tr>
<th data-options="field:'ck',checkbox:true"></th>
<th data-options="field:'id',width:80">ID</th>
<th data-options="field:'content',width:100">留言</th>
<th data-options="field:'date',width:60,align:'center'">时间</th>
</tr>
</thead>
</table>
JSON文件返回数据是:
{"total":28,"rows":[
{"id":"1","content":"你好!欢迎来到慧学堂","date":"2013-11-30 17:22:42"},
{"id":"2","content":"你好!欢迎来到慧学堂","date":"2013-11-30 17:22:42"},
{"id":"3","content":"你好!欢迎来到慧学堂","date":"2013-11-30 17:22:42"},
]}
我在IIS里面已经添加了JSON文件的MIME,服务器可以正常返回数据,
求高手指点,谢谢了!!! 展开
<table id="dg" class="easyui-datagrid" title="未阅读问题(55)" style="height:300px" data-options="rownumbers:false,singleSelect:true,pagination:true,autoRowHeight:true,url:'data/1.json',method:'get'">
<thead>
<tr>
<th data-options="field:'ck',checkbox:true"></th>
<th data-options="field:'id',width:80">ID</th>
<th data-options="field:'content',width:100">留言</th>
<th data-options="field:'date',width:60,align:'center'">时间</th>
</tr>
</thead>
</table>
JSON文件返回数据是:
{"total":28,"rows":[
{"id":"1","content":"你好!欢迎来到慧学堂","date":"2013-11-30 17:22:42"},
{"id":"2","content":"你好!欢迎来到慧学堂","date":"2013-11-30 17:22:42"},
{"id":"3","content":"你好!欢迎来到慧学堂","date":"2013-11-30 17:22:42"},
]}
我在IIS里面已经添加了JSON文件的MIME,服务器可以正常返回数据,
求高手指点,谢谢了!!! 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询