美文网首页
使用WebView.loadDataWithBaseURL加载H

使用WebView.loadDataWithBaseURL加载H

作者: Drc15H | 来源:发表于2018-04-11 14:55 被阅读0次

    我们在使用WebView.loadDataWithBaseURL("file:///android_asset/", html, "text/html", "UTF-8", null)加载html片段时,若html字符串中包含换行符"\n",在WebView中并不会将换行显示出来,这时我们需要在加载html片段前,将"\n"全部替换为"< br >"标签即可。

    相关文章

      网友评论

          本文标题:使用WebView.loadDataWithBaseURL加载H

          本文链接:https://www.haomeiwen.com/subject/hqtzhftx.html