摘要:
var a =[1,2,3]; //方法一: //alert(toString.call(a)); // "[object Array]" //方法二: //alert(a instanceof Array) //true //方法三: alert(a.constructor == Array) //true 阅读全文
posted @ 2018-06-07 09:44
婆婆买了只kitty
阅读(94)
评论(0)
推荐(0)

浙公网安备 33010602011771号