码迷,mamicode.com
首页 > Web开发 > 详细

js基础-tostring

时间:2017-12-07 11:55:53      阅读:162      评论:0      收藏:0      [点我收藏+]

标签:str   写法   prot   attr   基础   js基础   alt   string   cal   

三种写法

  • Object.prototype.toString.call(attr)
  • {}.prototype.toString.call(attr)
  • toString.call(attr)

技术分享图片

js基础-tostring

标签:str   写法   prot   attr   基础   js基础   alt   string   cal   

原文地址:http://www.cnblogs.com/SuLingLiu/p/7998294.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!