如果我运行我的项目(我正在使用Visual Studio 2017 Enterprise),则'acorn.js'文件将引发'SyntaxError:Unexpected token'Exception。我发现此错误与'data-href'值分配有关。
我在pug和express框架中使用了nodjs。
tbody
each result in results
tr.clickable-row(data-href='userdetail?id=' + result.id)
td #{result.firstname} #{result.secondname}
td #{result.id}