python int 型list和str型list互轉. 2019-01-04 254. 一.方式一1.str --> int results = ['1','2','3'] results = list(map(int, results)) 2.int --> str results = [1 ...
確定! 回上一頁