我的 EditText 中的 Android 换行符
我通过使用带有 utf8 编码的 json 从远程服务器获得了一些类似“第 1 行 \n 第 2 行”的数据,当我尝试将数据放入我的 EditText 时,尽管取消了数据的大小写,换行符 \n 仍然不起作用通过使用 URLDecoder.decode() 因为我使用数据库。 任何建议
都最好。
i got some data like this "line 1 \n line 2" from my distant server by using json with utf8 encoding, and when i try to put the data in my EditText the newline \n doesn't work in spite of unscaping the data by using URLDecoder.decode() because i use databases.
Any suggestions
all the best .
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
解决了,通过使用
Solved , by using
在后端数据库中插入如下数据:
结果:
In back end database insert data like this :
result: