欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  科技

MyEclipse中jsp的注释报错解决方法

程序员文章站 2024-02-09 15:01:04
MyEclipse中jsp的注释报错解决方法...
jsp页面中注释报错:

出错现场:在eclipse中没有报错,在myeclipse中报错。
<!-- to use express install, set to playerproductinstall.swf, otherwise the empty string. -->
myeclipse的js中不会识别这样的标识
需要改成:
// to use express install, set to playerproductinstall.swf, otherwise the empty string.
相关标签: Myeclipse 注释