Python输入 数组(一维数组、二维数组) · arr = input("") //输入一个一维数组,每个数之间使空格隔开 · num = [int(n) for n in arr.split()] //将输入每个 ...
確定! 回上一頁