import random list1 = ['佛山', '南宁', '北海', '杭州', '南昌', '厦门', '温州'] # 随机返回只有一个值的list a = random.sample(list1, 1) # 随机 ...
確定! 回上一頁