效果如图所示:

最左边的蓝色方块怎么添加咧?
很简单的几行:
NSStatusItem *_statusItem = [[NSStatusBarsystemStatusBar] statusItemWithLength:NSVariableStatusItemLength];
[_statusItemsetImage:[NSImageimageNamed:@"stopplay"]];
[_statusItemsetToolTip:@"吧啦吧啦吧啦吧啦吧啦"];
[_statusItemsetHighlightMode:YES];

