写入包含具有代码点charCode字符的字符串。
charCode
等价于write(String.fromCharCode(charCode))。
write(String.fromCharCode(charCode))
void writeCharCode(int charCode);