首先看一段ECMA中对Object.prototype.toString的解释:Object.prototype.toString( )When the toString method is called, the following steps are taken:1. Get the [[Class]] property of this object.2. Compute a string value by concatenating the three strings “[object “, Result (1), and “]”.3. Return Result (2)我们知道,Jav Read More
posted @ 2012-04-24 17:50 人 在 旅 途 Views(567) Comments(0) Diggs(0)