客观c波彭
我希望执行来自 Objective C 的命令行命令。我知道 popen 可以做到这一点,但是我在尝试读取数据并将其显示为 NSString 时遇到困难。谁能告诉我如何做到这一点,或者给我一个等效的本机目标 c 函数?
我可能应该提到我正在尝试为越狱的 iPhone 编写一个应用程序。
im looking to execute to execute command line commands from objective c. I know that popen can do this however I am have trouble trying to read and display what the data as an NSString. can anyone tell me how to do this or give me a native objective c function that is equivalent?
I probably should have mentioned im trying to write an application for a jailbroken iphone.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看
NSTask
。Check out
NSTask
.