如何使用 Cocoa 以编程方式获取当前电池电量
如何使用与 Leopard 一起运行的 Cocoa 框架获取当前电池电量?
目前我正在让它运行 NSTask:
pmset -g ps | grep -o -e [0-9]*% | sed -e 's/%//g'
但我认为这是一种笨拙的方法。
How can I get the current battery level using the Cocoa framework running with Leopard?
Currently I am getting it running a NSTask with:
pmset -g ps | grep -o -e [0-9]*% | sed -e 's/%//g'
But I think this is a clumsy way of doing this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信这个问题之前已经被问过......
这里有一些链接:
OSX 中的电池状态?(之前在这里询问过)
它限制了我的链接数量因为我是新人...但你应该在那里找到更多链接
I believe this question has been asked here before...
Here's some links:
Battery status in OSX? (asked here before)
It limited my number of links because I'm new... but you should find more links there