gpt4 book ai didi

objective-c - Cocoa的TextField返回 Action 控制

转载 作者:行者123 更新时间:2023-12-03 16:44:25 24 4
gpt4 key购买 nike

我有一个 TextField (IBOutlet NSTextField *commandInput;) 来获取输入作为命令,并且我有一个 Button 来通过调用此方法来运行命令:

- (IBAction) runShell: (id)sender;
{
// get the string from inputItem
NSString* item = [commandInput stringValue];

system([item UTF8String]);
NSLog(@"%s", [item UTF8String]);
}

enter image description here

我可以删除按钮吗?我的意思是,当我在 TextField 中输入时,我可以运行 runShell 方法吗?

最佳答案

是的。 documentation明确地说:

An NSTextField object is a kind of NSControl that displays text that the user can select or edit and that sends its action message to its target when the user presses the Return key while editing.

关于objective-c - Cocoa的TextField返回 Action 控制,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5263952/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com