标签:
// 运算数为数字 typeof(x) = "number" // 运算数为字符串 typeof(x) = "string" // 运算数为布尔值 typeof(x) = "boolean" // 运算数为对象,数组和null typeof(x) = "object" // 运算数为函数 typeof(x) = "function"
php知识点
原文地址:http://www.cnblogs.com/zhuiluoyu/p/4568592.html