var a;
alert(typeof typeof a);a的值为undefinedtypeof a返回undefined (也就是说typeof undefined返回undefined)但是再次typeof这个undefined结果就变成了string了~