我正在尝试根据键列表从发电机表中获取记录
我做了什么:
在我的js文件(Node JS)中:
<div style="background-color:orange; width:200px; padding: 5px">
<table style="background-color: pink">
<tr>
<td style="background-color:red">
123456
</td>
<td style="background-color:yellow; width:100%">
1234567890123
</td>
<td style="background-color:green">
123456
</td>
</tr>
</table>
</div>
结果:空列表.... ???
{“响应”:{“ table_01”:[]},“未处理的键”:{}}
我再次检查了dynanmo表:
任何建议都值得赞赏。