python 输入 空格隔开

a,b=map(int,input().strip().split())

原文地址:https://www.cnblogs.com/lin-kid/p/10634890.html