下面是我写的代码,它使用numba。vectorize: from numba import vectorize from numba.types import string, int64 @vectorize(["string(int64)"]) ...
確定! 回上一頁