我正在this page
处理Google Charts教程我已将jQuery CDN更改为以下内容:
<script src="http://code.jquery.com/jquery-1.12.4.min.js" integrity="sha256-ZosEbRLbNQzLpnKIkEdrPv7lOy9C27hHQ+Xp8a4MxAQ="
crossorigin="anonymous"></script>
所有三个文件(JSON,HTML,PHP)都在同一目录中。没有更改代码比上面的页面更改。
当我运行HTML页面时,我收到错误:
Table has no columns
我需要改变什么?