JSP 出现 “Cannot switch on a value of type String for source level below 1.7” 的解决方法
在 IDEA 中运行一个新项目,执行到某个 JSP 页面时,出现以下错误:Cannot switch on a value of type String for source level below 1.7. Only convertible int values or enum variables are permitted1 分析因为 JDK 到 1.7 及以后的版本才支持...
原创
2018-03-19 15:20:10 ·
5814 阅读 ·
5 评论