您的位置:首页 > 移动开发 > Objective-C

Object.prototype.toString()

2012-08-14 19:18 260 查看
Transferred From :http://stackoverflow.com/questions/3250379/what-is-the-call-function-doing-in-this-javascript-statement/3250415#3250415

The call method sets the this value of the invoked function to the object passed as first argument.

All native object in Javascript contain an internal property called [[Class]] .The property contains a string value that represents the specification defined classification of an object.
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: