js的一个小问题:

if(undefined) {
   alert('不报错,不运行该语句');
}
;
if(!undefined) {
   alert('不报错,要运行该语句');
}

BT促销