引入bootstrapValidator.js 出现 Uncaught SyntaxError: Unexpected token

我在Chrome中调试时,发现引入bootstrapValidator.js出现Uncaught SyntaxError: Unexpected token这个异常,经指向是js内这个<!DOCTYPE html>标签出问题。

我是用Template模板去构建的:

<script src="#(ctx)/lib/validator/bootstrapValidator.js"></script>

请教你们有遇到这个问题。


评论区

JFinal

2017-11-30 17:24

可能是 bootstrapValidator.js 代码有问题,也可能是 chrome 误判,可以尝试换一下 bootstrapValidator.js 新版本来解决

用 Template 模板渲染出来,在浏览器里头点击鼠标右键,选择查看网页源代码,只要引用 js 的路径是对的就没问题,剩下的就是纯前端问题了,jfinal 只与后端有关

pandalam

2017-11-30 20:55

终于知道是什么问题了,是那个js包有问题,重新在官网下载就好了。

热门反馈

扫码入社