答:Python 之如何一行输入多个整数例如:在一行输入a,b 以字符串形式保存a,b = input ().split () 以整数形式保存a,b = map (int,input ().split ...
確定! 回上一頁