function foo(bar) { if (typeof bar === 'undefined') {} }. import foo from './foo.js'; if (typeof foo.bar !== 'undefined') {} ...
確定! 回上一頁