split (',') # 新增變數b,內容使用split 根據逗號將數字拆開為串列 output = 0 # 設定output 從0 開始 for i in b: # 使用for 迴圈,依序取出b 串列的每個項目 output ...
確定! 回上一頁