在 MapFish 打印模块 YAML 中,我有一个很长的字符串。所以我想打破字符串。这个的语法是什么?
换句话说,我有这个:
- !columns 配置:宽度:5 #borderWidth:1 #borderColor:黑色单元格:- padding:10 paddingBottom:10 vertAlign:中间宽度:5 maxSize:100 absoluteX:35 absoluteY:111 width:5 height:350 items:-!text字体:Kalpurush fontEncoding:Identity-H
fontSize:12 #align:居中文本:'${onm} ${fnm}'
textMaxWidth:8
maxWidth:5 maxHeight:15
我的参数为 '${Name} ${FatherName}' ,我需要在 String 中为此参数添加换行符或换行符。