js中小错误

 return 'Hello, '+this.name+'!';  报错


 return 'Hello,  '+this.name+'!'; 正常

posted @ 2017-07-19 07:36  smartwange  阅读(11)  评论(0)    收藏  举报