Joining a list together with a newline character concatenates each string in the list, separated by "\n" . For example, joining ["a", "b", "c"] together ...
確定! 回上一頁