well explained.
【 在 XeCycle (据说是小 X) 的大作中提到: 】
: literal strings are primitives (typeof str === "string")
: new String() creates objects (typeof str === "object" && str instanceof String)
: for...in iterates over all enumerable properties
: ...................
--
FROM 183.95.135.*