我有这个 IBAction,我想发送这个消息: 切换“程序时间”,但是这个消息包含“” 我的问题是如何在字符串中使用“”?
我的代码:
-(IBAction)sendToggleTime{
[connection SendCode:@"Toggle Program Time"];}
而且我要 :
-(IBAction)sendToggleTime{
[connection SendCode:@"Toggle "Program Time""];}
我有这个 IBAction,我想发送这个消息: 切换“程序时间”,但是这个消息包含“” 我的问题是如何在字符串中使用“”?
我的代码:
-(IBAction)sendToggleTime{
[connection SendCode:@"Toggle Program Time"];}
而且我要 :
-(IBAction)sendToggleTime{
[connection SendCode:@"Toggle "Program Time""];}