Write a Java method to display the middle character of a string. ... length = 1; } return str.substring(position, position + length); } }.
確定! 回上一頁