gpt4 book ai didi

android - 在 Android 中将文本转换为 HTML

转载 作者:太空狗 更新时间:2023-10-29 15:54:06 24 4
gpt4 key购买 nike

我正在寻找在 android 中将带有空格和符号的文本转换为 html 的方法,

例如:

"Hi this is my text" to "Hi%20this%20is%20my%20text"

还有符号...

有谁知道有什么简单的方法吗?

我找到的是将 html 文本转换为纯文本。

提前致谢......

最佳答案

你需要的不是HTML而是URL编码,使用URLEncoder.encode,见http://developer.android.com/reference/java/net/URLEncoder.html

例如,如果你写

String s = URLEncoder.encode("Hi this is my text", "UTF-8");

变量 s 将包含 Hi%20this%20is%20my%20text

关于android - 在 Android 中将文本转换为 HTML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/17526174/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com