我試圖做這樣的事情:目標C報價和變量
NSAppleScript *sendCharlieImput = [[NSAppleScript alloc] initWithSource:@"tell application \"terminal\" to do script " charlieImputSelf " in front window"];
[sendCharlieImput executeAndReturnError:nil];
變量charlieImputSelf將被放入終端窗口的命令。但我需要把charlieImputSelf置於2個字符之間(如上所述)。這顯然不是正確的方法。有人可以幫忙嗎?
謝謝! 利亞