在AppDelegate中,对menu Item 拖线 实现退出应用的方法:
- (IBAction)windowShouldClose:(NSMenuItem *)sender { [NSApp terminate:self]; }
如下图: