に合格していないことができます。渡されたパラメータは、明示的な「未定義」か、私は、次の必要は
function(arg) {
if (undefined was passed explicitly)
//case 1
if (no parameter was passed)
// case 2
}
が可能ということですか? 次の文は、例の間で違いはありません。
typeof args === 'undefined'
args === undefined
args === null
あなたはそれはあなたがそれをやりたいということであるものの実施例を提供することはできますか? – Lixus