Suppose id = 1111 and name = neil (just what you want). val s = SpannableStringBuilder() .bold { append(id) } .append(name) txtResult.setText(s).
確定! 回上一頁