In Java, two strings can be concatenated by using the + or += operator, or through the concat() method, defined in the java.lang.String class.
確定! 回上一頁