JAVASCRIPT(-=草原风的博客=-)
var pp=['aa','bb','cc'];
typeof(pp) 值应该为object,为数组
var pp="['aa','bb','cc']";
typeof(pp) 值应该为string,为字符器