當你要從一個list 裡頭的一堆字串串接起來時,Python 有個高效率且可讀性高的做法。 慣用name_list = ['Alice', 'Bob', 'Cindy'] name_f...
確定! 回上一頁