如何将字符串从 Applescript 传递到 Objective C
我正在开发一个应用程序,需要能够将字符串变量从Applescript传递到Objective C。我已经弄清楚如何从 Objective C 类中的方法运行 Applescript,但我需要能够将 NSString 设置为 Applescript 中的字符串。我怎样才能做到这一点?
提前致谢!
I'm working on an application where I need to be able to pass a string variable from Applescript to Objective C. I have figured out how to run Applescript from a method in my Objective C Class, but I need to be able to set an NSString to a string from Applescript. How would I be able to accomplish this?
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
简单示例:
输出:
Quick example:
Output:
查看 NSAppleEventDescriptor 的文档,尤其是方法 -[NSAppleEventDescriptor stringValue]
Have a look at the documentation for NSAppleEventDescriptor, especially the method -[NSAppleEventDescriptor stringValue]