fun! Kxtw(a,b,w,t='^') "可选头尾.此时头为,分隔,尾为空格分隔 "b为剩余项总数,t为^,自身用,分隔 let[g,s]=Tmr(a:a,2,a:t,',') let l=Wmr(s,a:b,a:w) return extend([g],l) "合并可选首尾 endf