JSLint 给了我这个错误(以及第 7 行的其他各种位的其他几个错误。它们都与我如何将该 php 对象推送到我的 javascript 中有关。有没有办法更好地做到这一点,让 JSLint 高兴?
php
$postinfo = json_encode($posts);
javascript
Line 7: var fullpostsinfo = <?php echo $postinfo ?>;
Expected an identifier and instead saw '<'.