js 判断是否为字符串var str = 'asdf'var str1 = new String('asdf')typeof str"string"typeof str1"object2023-02-21JavaScript180