解决方案: |
可以把批命令拆分成两行命令,再用两个变量相加.
let &a="C:dlbbh.rep"->c4 + "C:dlbjp.rep"->c4+ "C:dlbjd.rep"->c4+"C:dlbjg.rep"->c4 +"C:dlblb.rep"->c4 relation 月 with "C:dlbbh.rep"->月 ,月 with "C:dlbjp.rep"->月 ,月 with "C:dlbjd.rep"->月,月 with "C:dlbjg.rep"->月 ,月 with "C:dlblb.rep"->月
let &b= "C:dlbly.rep"->c4 + "C:dlbsp.rep"->c4 + "C:dlbty.rep"->c4 + "C:dlbxy.rep"->c4 + "C:dlbya.rep"->c4 + "C:dlbsc.rep"->c4 Relation 月 with "C:dlbly.rep"->月 ,月 with "C:dlbsp.rep"->月 ,月 with "C:dlbty.rep"->月 ,月 with "C:dlbxy.rep"->月 ,月 with "C:dlbya.rep"->月 ,月 with "C:dlbsc.rep"->月
let c4=&a+&b
|