当前位置: 技术问答>java相关
超级菜鸟问题?另:新年送分了,前10位没人10分
来源: 互联网 发布时间:2015-04-01
本文导语: Java JBuilder 编程中有超长字串,如何可以多行书写 example: "asdfasfd asdfasdf adsf" | 关注,我也想知道 | 每行后面加个东西 "asdf" + System.getProperty("line.separator") | 举个例子...
Java JBuilder
编程中有超长字串,如何可以多行书写
example:
"asdfasfd
asdfasdf
adsf"
编程中有超长字串,如何可以多行书写
example:
"asdfasfd
asdfasdf
adsf"
|
关注,我也想知道
|
每行后面加个东西
"asdf" + System.getProperty("line.separator")
"asdf" + System.getProperty("line.separator")
|
举个例子:
A a=new A(new B(
new C));
A a=new A(new B(
new C));
|
什么意思,字串相加不就行了??:)
|
同意
|
直接写,不用管的。
java中是以“;”为一个语句的结束标志的!
不知道是不是你想问的
java中是以“;”为一个语句的结束标志的!
不知道是不是你想问的
|
呵呵还不明白啊??
String kk = "asdfasdf" + System.getProperty("line.separator") + "asdfasdfssaf";
String kk = "asdfasdf" + System.getProperty("line.separator") + "asdfasdfssaf";
|
gdsean(摇滚java) good idea......
I am in Top 10
I am in Top 10
|
赶上了末班车