手机
当前位置:查字典教程网 >软件教程 >编程开发 >去掉Myeclipse对JS等文件的验证(Cannot return from outside a function or method)
去掉Myeclipse对JS等文件的验证(Cannot return from outside a function or method)
摘要:在用Myeclipse导入新工程或在写代码时,最郁闷的就是它对js,jsp,html的验证太严格了,有时会呈现一个红叉或者一个黄色的感慨号,...

在用Myeclipse导入新工程或在写代码时,最郁闷的就是它对js,jsp,html的验证太严格了,有时会呈现一个红叉或者一个黄色的感慨号,一运行就报Cannot return from outside a function or method的错,为此讲解两个解决办法,本文解决Cannot return from outside a function or method的错。

方法/步骤

1、选中当前工程,右键单击properties,弹出properties界面

去掉Myeclipse对JS等文件的验证(Cannot return from outside a function or method)1

2、然后选择MyEclipse—>validation—>Excluded Resource下找到不需要验证的文件或者文件夹

去掉Myeclipse对JS等文件的验证(Cannot return from outside a function or method)2

3、在不需要验证的文件或者文件夹前打勾,然后点击 "OK"按钮保存。我的js,jsp,html在webroot下,所以我

去掉Myeclipse对JS等文件的验证(Cannot return from outside a function or method)3

4、解决Cannot return from outside a function or method报的错。法一:在MyEclipse菜单栏window --->preferences --->myeclipse --->validation --->javascript validator for Js files 把Bulid 复选框的勾去掉 就可以了

去掉Myeclipse对JS等文件的验证(Cannot return from outside a function or method)4

5、法二:在所建立的工程项目上右键单击,找到myeclipse-->Exclude Form Validation单击一下,打上√号,js的错误就没了!

去掉Myeclipse对JS等文件的验证(Cannot return from outside a function or method)5

注意:上面介绍了如何去掉Myeclipse对JS等文件的验证,一个从根本上解决问题,一个是解决报错的问题。

【去掉Myeclipse对JS等文件的验证(Cannot return from outside a function or method)】相关文章:

Android studio怎么这是代码检查错误警报?

windows安装redis缓存使用图文教程

Notepad++简体中文界面的设置教程

node.js编译生成错误提示fatal error LNK1112/1123的解决方法

visual studio试用期结束后怎么激活升级?

eclipse安装插件UCDetector使用图解

Oracle数据表转换为Shapefile文件图文说明

MyEclipse怎么配置jdk? myeclipse配置jdk的图文教程

VS 2012变量自动连接时的背景色怎么更换?

Dreamweaver创建表格和表格的编辑方法介绍

精品推荐
分类导航