let alert:NSAlert = NSAlert() alert.messageText = "我是警告框!!!" alert.addButton(withTitle: "好") alert.runModal()