构造函数中是有return返回值的,默认返回值为this.
这个返回值是可以修改的,但是只能修改为引用类型,基本数据类型是不能返回的
基本数据类型有哪些?
undefined
null
string
boolean
number
symbol(ES6)
构造函数是否有return【笔记】
构造函数与返回值
最新推荐文章于 2024-04-30 17:16:51 发布
本文详细解析了构造函数中return的使用,强调其默认返回this,并指出只能返回引用类型,不可返回基本数据类型如undefined、null、string、boolean、number、symbol(ES6)。
544

被折叠的 条评论
为什么被折叠?



