for i in range(1,5):if i%2==0:print(i)break for i in range(1,5):if i%2==0:print(i)break 发布时间:2025-08-09 01:44:17