var a; if(a===2){ document.write('number 2'); }else if(a==='2'){ document.write('string'); }else{ document.write('others'); }
好像switch语句不能用来判断严格等于(===)?
woshiajuana
慕的地8582982
相关分类