Python 中List变量reverse后,结果为None假设有列表a=[1,2,3,4,5,6],调用a = a.reverse()后,结果不是期望的,颠倒过来的list,却是None:print( a)值为:a= None【解决 ...
確定! 回上一頁