python Copy str_new = ', '.join(list(map(str, se))). 在上面的程式碼中, map() 函式獲取每個集合元素並使用 list() 函式將它們轉換為儲存在列表中 ...
確定! 回上一頁