java如何把有换行的字符串弄到一行显示?
Stringstr="<Swimlabel="12"id="SW"><Cellstyle="Swimlane"parent="1"vertex="1"connectabl...
String str="<Swim label="12" id="SW">
<Cell style="Swimlane" parent="1" vertex="1" connectable="0">
<Geometry x="240" y="48" width="408" height="72" as="geometry"/>
</Cell>
</Swim>"
把它变成String str="<Swim label="12" id="SW"><Cell style="Swimlane" parent="1" vertex="1" connectable="0">"
在一行显示?
谢谢大家的回答,
其实
String str="<Swim label="12" id="SW">
<Cell style="Swimlane" parent="1" vertex="1" connectable="0">
<Geometry x="240" y="48" width="408" height="72" as="geometry"/>
</Cell>
</Swim>"
在js端的一接收他就自动换行了
js相当于这样
var ="<Swim label="12" id="SW">
<Cell style="Swimlane" parent="1" vertex="1" connectable="0">
<Geometry x="240" y="48" width="408" height="72" as="geometry"/>
</Cell>
</Swim>"
"
js代码执行到第一行var ="<Swim label="12" id="SW">这就报错了,有一个换行
我的意思是想让他们在js端接收到值后在一行显示,或者是还有什么其它的办法解决这个问题
现在这个值是动态获取的,不是自定义的。调用什么方法,哪位大哥帮忙写详细点 展开
<Cell style="Swimlane" parent="1" vertex="1" connectable="0">
<Geometry x="240" y="48" width="408" height="72" as="geometry"/>
</Cell>
</Swim>"
把它变成String str="<Swim label="12" id="SW"><Cell style="Swimlane" parent="1" vertex="1" connectable="0">"
在一行显示?
谢谢大家的回答,
其实
String str="<Swim label="12" id="SW">
<Cell style="Swimlane" parent="1" vertex="1" connectable="0">
<Geometry x="240" y="48" width="408" height="72" as="geometry"/>
</Cell>
</Swim>"
在js端的一接收他就自动换行了
js相当于这样
var ="<Swim label="12" id="SW">
<Cell style="Swimlane" parent="1" vertex="1" connectable="0">
<Geometry x="240" y="48" width="408" height="72" as="geometry"/>
</Cell>
</Swim>"
"
js代码执行到第一行var ="<Swim label="12" id="SW">这就报错了,有一个换行
我的意思是想让他们在js端接收到值后在一行显示,或者是还有什么其它的办法解决这个问题
现在这个值是动态获取的,不是自定义的。调用什么方法,哪位大哥帮忙写详细点 展开
6个回答
展开全部
str=str.replaceAll("\n", "");
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
sadasfa
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
2012-06-20
展开全部
!!
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询