<string name="key"><u>content</u></string> spa
2.在代碼中的寫法 TextView textView = (TextView)findViewById(R.id.testView); textView.setText(Html.fromHtml("<u>"+"content"+"</u>")); 資源