typeof运算符另外一种更好的替代表现形式。
typeof
o
type
"string"
"function"
"number"
布尔值。如果给定值与给定类型匹配,则返回true.
true
console.log(Snap.is(Math.random(), "number")); // true