碰到以上报错记录一下

css文件报错Uncaught SyntaxError: Unexpected token .

错误原因:

错误代码<script src="${ctxStatic}/app/common/css/dropload.css"></script>

改成

<link rel="stylesheet" href="${ctxStatic}/app/common/css/dropload.css">

复制粘贴害人不浅啊T_T


相关文章:

  • 2021-09-02
  • 2021-04-19
  • 2021-06-21
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-09-30
  • 2022-12-23
  • 2021-10-31
  • 2022-12-23
  • 2021-03-30
  • 2021-10-18
相关资源
相似解决方案