main_string = 'Hello' substring = ' Ruby!' 1. Using concat method. > main_string.concat(substring) ...
確定! 回上一頁