在python 中要將兩個 list 連接起來的方法有很多以下主要比較用三種方法: __add__ , list.extend 與 itertools.chain 後轉 list import time from itertools import ...
確定! 回上一頁