JS的toString和valueOf
2021-03-07 06:29
阅读:574
标签:str this val === div lse 后台 func amp valueOf()方法和toString()方法是一样的,都会在后台进行隐式的调用。 JS的toString和valueOf 标签:str this val === div lse 后台 func amp 原文地址:https://www.cnblogs.com/ckAng/p/12888546.html
var a={
i:1,
//valueOf:
toString:function(){
if(this.i===1){
this.i++;
return 1
}else{
return 12
}
}
}
if(a==1&&a==12){
console.log(123)
}
上一篇:PHP深浅拷贝
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:JS的toString和valueOf
文章链接:http://soscw.com/index.php/essay/61222.html
文章标题:JS的toString和valueOf
文章链接:http://soscw.com/index.php/essay/61222.html
评论
亲,登录后才可以留言!