使用 typeof 查看变量类型。
例如 alert(typeof(testvar));
若是boolean类型,直接用 if(test){ //do one thing }else{ //do another thing } 来使用。
使用 typeof 查看变量类型。
例如 alert(typeof(testvar));
若是boolean类型,直接用 if(test){ //do one thing }else{ //do another thing } 来使用。