Xcode:如何在Xcode编辑器中将长字符串环绕到下一行 [英] Xcode: How do I wrap a long string around to the next line in the xcode editor

查看:51
本文介绍了Xcode:如何在Xcode编辑器中将长字符串环绕到下一行的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一个长字符串sql语句,我想将其包装到xcode编辑器的下一行中,如何将其包装在例如

I've got a long string an sql statement, which I want to wrap onto the next line in the xcode editor, how do I wrap it round e.g.

[db executeUpdate:@"insert into test (rid, one, two, amount, startdate, recurrance) values (nil, ?, ?, ?, ?, ?)",

推荐答案

尝试:

[db executeUpdate:@"insert into test (rid, one, two, amount, values"  
                   " startdate, recurrance)(nil, ?, ?, ?, ?, ?)",...

这篇关于Xcode:如何在Xcode编辑器中将长字符串环绕到下一行的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆