Python 基礎系列map() 用法解說 · >>> listA = ['1','2','3'] >>> print map(int,listA) [1, 2, 3] · >>> def multiple2(x): ... return x*2 ... >>> · >>> ...
確定! 回上一頁