码迷,mamicode.com
首页 > Web开发 > 详细

PHP-->jquery esayui获取json失败

时间:2017-12-19 15:30:35      阅读:287      评论:0      收藏:0      [点我收藏+]

标签:width   htm   com   ...   field   table   toolbar   post   idt   

 1 <table class="easyui-datagrid" style="width:600px;height:250px"
 2             url="data/datagrid_data.json"
 3             title="DataGrid - Complex Toolbar" toolbar="#tb"
 4             singleSelect="true" fitColumns="true">
 5         <thead>
 6             <tr>
 7                 <th field="field1" width="60">xxx</th>
 8                ........
 9                 <th field="field2" width="60">xxx</th>
10             </tr>
11         </thead>
12     </table

解决办法:将html放在Apache服务器的htdocs文件夹中(必须在php.ini文件中配置过才行。)

PHP-->jquery esayui获取json失败

标签:width   htm   com   ...   field   table   toolbar   post   idt   

原文地址:http://www.cnblogs.com/mrray1105/p/8064925.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!