python 中a,b=map(int,input().strip().split())是什 ... '15'] map() 对列表['13', '15'] 中的每个元素调用函数int() 使只转换为整型, 即列表变为[13, 15] a, b = [13 ...
確定! 回上一頁