如何用Python实现排列组合?Python原生自带的库itertools即可解决 排列 组合 这里用到combinations和combinations_with_replacement,分别代表不可重复利用和可重复利用