class Ticket: def __init__(self, train_no, start_station, end_station, start_time, end_time, travel_time, price, num_tickets): self.train_no = train_no self.start_station = start_stat
Copyright © 2005-2025 51CTO.COM 版权所有 京ICP证060544号