`

JavaScript 或(||)运算符的妙用

阅读更多
var Book = function(author, title){
    this.author = author || 'no author';
    this.title = title || 'no title';
}

 



 

  • 大小: 146.8 KB
分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics