Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
コード:
StringBuilder sb = new StringBuilder(); sb.append(String.format("<b>%s. %s</b> %s", Integer.toString(id), name, description)); derp.setText(sb.toString());
戻り値:
< b>id. 名前< /b> 説明
望む結果:
ID。名前の説明