1、错误截图
2、错误出处
<body class="claro">
<div id="gridContainer">
<span id="jsonStore"
url="data.json"
data-dojo-id="jsonStore"
data-dojo-type="dojo/data/ItemFileWriteStore"
>
</span>
<table id="gridData" query="{ id: '*' }"
store="jsonStore"
data-dojo-type="dojox/grid/EnhancedGrid">
<thead>
<tr>
<th field="name" name="国家"></th>
<th field="type" name="洲"></th>
</tr>
</thead>
</table>
<div id="grid" dojoType="dojox.grid.EnhancedGrid" store="test_store[0]" structure="layout" plugins="plugins" summary="A customized grid summary"></div>
</div>
</body>