为了账号安全,请及时绑定邮箱和手机立即绑定

将 JSON 链接从 Wordpress 读取到表中

将 JSON 链接从 Wordpress 读取到表中

月关宝盒 2023-10-24 21:25:39
我在将数据构建到表中时遇到问题,因为目前我的每一行都在创建一个新表。我正在使用 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>


查看完整回答
反对 回复 2023-10-24
  • 1 回答
  • 0 关注
  • 83 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信