Method, Description. append(), 在list 尾端增加元素。 clear(), 移除list中的所有元素。 copy(), 回傳一個新的list, 資料copy自原始list。
確定! 回上一頁