何故か難しい。
/* 変数vがnullでもundefinedでもない */
if(v != null && typeof v != "undefined") {
/* nullでもundefinedでもない */
}
Blog by System Concept Ltd.
何故か難しい。
/* 変数vがnullでもundefinedでもない */
if(v != null && typeof v != "undefined") {
/* nullでもundefinedでもない */
}