关于string对象,下面的结果为啥是false啊?
<script>var str1=new String("hello");
var str_cat=str1.concat(" world!");
alert(str_cat instanceof String);
</script>
str_cat 不是String 对象?
2015-05-14 15:21

2015-05-14 16:34
2015-05-14 20:38

2015-05-14 21:51

2015-05-14 22:32
2015-05-15 09:12

2015-05-15 09:37
2015-05-15 10:14

2015-05-15 10:58
2015-05-15 13:18