编程开发

关注公众号 jb51net

关闭
软件教程 > 编程开发 >

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.