返回列表 發帖
  1. list=[1,2,3,4,5]
  2. for a in list:
  3.     print(f"第{a}名")
  4.    
複製代碼

TOP

返回列表