我在將數據構建到表中時遇到問題,因為目前我的每一行都在創建一個新表。我正在使用 JSON 內容導入器,下面是我的代碼:
1 回答

DIEA
TA貢獻1820條經驗 獲得超2個贊
有效嗎?
<table>
<thead>
<tr>
<th>ID</th>
<th>Shoes</th>
<th>Premier League</th>
<th>Serie A</th>
</tr>
</thead>
<tbody>
[jsoncontentimporter url= basenode=data]
<tr>
<td>{id}</td>
<td>{shoes}</td>
<td>{premierleague}</td>
<td>{seriea}</td>
</tr>
[/jsoncontentimporter]
</tbody>
</table>
- 1 回答
- 0 關注
- 121 瀏覽
添加回答
舉報
0/150
提交
取消