typeof と instanceof について. ... new String('foo') instanceof String; // true new String('foo') instanceof Object; // true 'foo' instanceof String; ...
確定! 回上一頁