摘要: let alert:NSAlert = NSAlert() alert.messageText = "我是警告框!!!" alert.addButton(withTitle: "好") alert.runModal() 阅读全文
posted @ 2020-05-23 11:30 TomsProject 阅读(41) 评论(0) 推荐(0)