为了账号安全,请及时绑定邮箱和手机立即绑定

配置 完成以后 总报错:use space not tabs? 还有 要求使用 use 'strict', 我加上以后依旧提示 错误。


use 'strict'

function Student(name) {

this.name = name;

return this;

}


Student.prototype.addMsg = function(arg1) {

 this.arg1 = arg1;

};


正在回答

1 回答

在菜单栏view-intendation 或者右下角 可以切换 使用tabs 还是 space 进行缩进。

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
前端开发工具技巧介绍—Sublime篇
  • 参与学习       172489    人
  • 解答问题       905    个

一款技术大牛高效编码神器,极大提高你的生产力

进入课程

配置 完成以后 总报错:use space not tabs? 还有 要求使用 use 'strict', 我加上以后依旧提示 错误。

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信