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