js字符串与Unicode编码互相转换 '好'.charCodeAt(0).toString(16)"597d"这段代码的意思是,把字符'好'转化成Unicode编码,看看charCodeAt js字符串unicode编码