這是我的代碼:如何設置粗體字之前 「|」
for (int i = indexRowStart; i < indexRowEnd; i++) {
Element e = (Element) nl.item(i);
// adding each child node to HashMap key => value
map = new HashMap<String, String>();
map.put("RowID", String.valueOf(RowID));
String Heading = parser.getValue(e, KEY_NAME).replace("|","|\n").replace("|","");
map.put(KEY_NAME, Heading);
}
輸出:
30 |在所得稅法第120,1961年 - 管轄權的
解析我得到這個數據後,我想打印字符串|
前BOLD信,在這種情況下,我想在BOLD信打印30
。
任何幫助將不勝感激。
你需要使用的WebView這一點。 –