1. 程式人生 > >VM4268:1 Uncaught SyntaxError: Unexpected token o in JSON at position 1

VM4268:1 Uncaught SyntaxError: Unexpected token o in JSON at position 1

當使用模板引擎產生已上報錯,

程式碼是:

$('div').html(template("liveTem",JSON.parse(res.result)))

這時候去掉JSON.parse,報以下錯誤

RuntimeError: Cannot read property 'name_zh' of undefined

報錯程式碼是:

解決辦法:

去掉{{$value}}