For append and insert, you'd be better off using the java.lang.StringBuffer or java.lang.StringBuilder class. Once you're finished manipulating the string, ...
確定! 回上一頁