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.
我在 android 中拉一个字符串,它包含'在其中。我宁愿不使用全部替换并调用正确的方法来解码这个字符串。有人可以帮忙吗?使用 UTF-8 解码不会对情况进行排序。
'
import org.json.simple.JSONObject; String s = JSONObject.escape("don't!");
还处理那些其他讨厌的字符,如反斜杠。