使用onclick报SyntaxError: identifier starts immediately after numeric literal

少了‘’

错误

onclick="onlineWatch(${row.title})"

 

正确

onclick="onlineWatch('${row.title}')"

posted @ 2018-04-19 16:33  Python研究者  阅读(209)  评论(0编辑  收藏  举报