我们可以在webview中传递整个数据吗
我是 android 开发新手。我必须解析 xml 中的数据。我的 xml url 是- http://mobileecommerce.site247365.com/admin/catdata.xml
我能够成功解析cat_desc数据。我可以在webview中显示整个数据还是webview只能显示url?
I am new in android development.i have to parse data from xml.my xml url is-
http://mobileecommerce.site247365.com/admin/catdata.xml
i am able to success parse cat_desc data.Can i show whole data in webview or webview can display only url?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用这个,它是正确的答案,因为有时由于一些特殊的字符,如 % 和 # 等,它可能不会显示网络视图......所以使用这个:-
Use this, it is the correct answer, as sometimes it is possible it wont show the web view due to some special chas like % and # etc... so use this :-
您可以使用以下方式在
WebView
中显示数据You can display data in a
WebView
using字符串数据有两种方法,
或者
在WebView中显示
There are two methods for display string data in WebView,
either
or