测试数据类型typeof的用法

var number = 6;
var string = "wanli";
console.log(typeof number);
console.log(typeof string);

猜你喜欢

转载自www.cnblogs.com/wanlige/p/12426724.html