0
4

1 回答 1

0

尝试用 ruby​​ 对字符进行编码,然后打印出来。

symbol = "\ufb20"
puts symbol.encode('utf-16')

并将 Rubymine 更改为 UTF-16 编码

于 2015-07-22T15:57:27.077 回答