摘要: 九、其他话题 错误处理 enum VendingMachineError: Error { case invalidSelection case insufficientFunds(coinsNeed: Int) case outOfStock } struct Item { var price: 阅读全文
posted @ 2022-02-26 14:56 weicy 阅读(67) 评论(0) 推荐(0) 编辑