python 中a,b=map(int,input().strip().split())是什么意思. 我来答 ... .split() 默认以空格拆分,对字符串进行切片,经过这一步后变为一个列表 ['13', '15'] map()
確定! 回上一頁