The solution is to use a StringBuilder object and its append( ) method: StringBuilder sb = new StringBuilder("Hello"); sb.append(" there.
確定! 回上一頁