Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
目前,使用 api,他们给我一个带有 ASCII 码的字符串,例如
'
在里面。我想知道 Ruby 中是否有一种简单的方法可以将所有这些不同的代码转换为它们各自的符号,而不必为每个代码手动执行 gsub。
require "cgi" CGI.unescape_html "'" # => "'"