def shuffle(self, x, random=None): """Shuffle list x in place, and return None. 将列表X随机排序,如果x为空列表则返回None Optional argument ...
確定! 回上一頁