以下代码输出为?
var a = 'abc';
var b = new String('abc');
alert(typeof a);
alert(typeof b);
发布于 2020-12-25 22:07:17
登录后免费查看答案
关注者
0
被浏览
91