一个JS文件全是方法,怎样不修改代码的情况,遍历取出所有的方法名?文件里例如这样写:function lawn(){ this.w=100; this.h=100;}function fire(){ this.w=200; this.h=200;} 查看完整描述