python 编写排列组合python在编写排列组合是会用到 itertools 模块排列import itertools mylist = list(itertools.permutations(['A','B','C','D'],4)) ...
確定! 回上一頁