使用string.xml在webview中返回回车

时间:2012-10-08 09:28:55

标签: android android-webview

我正在使用webView,我正在编写的代码位于string.xml:

String contact = "<html xmlns=\"http://www.w3.org/1999/xhtml\"> " + "\n" +
        "<body style=\"font-family:Arial;text-align:center;\">" + "\n"  
        context.getString(R.string.contact_text) + "\n"+
        "</body>" + "\n" +
        "</html>";
    webContact.loadDataWithBaseURL(null, contact, "text/html","utf-8", null);

问题是在R.string.contact_text中我有回车符,但是没有写回。

我试过

      \n
      <br>
      <br></br>

我该怎么做?

谢谢!

1 个答案:

答案 0 :(得分:0)

请用&lt; pre&gt; 标记 它保留了空格和换行符。

&LT;预&GT; 你的消息就在这里 &LT; /预&GT;