场景 文章中有多个 图片相对路径, for循环 把src替换成 带域名的地址.
#set(content = post.content) #for(img : sk.convertStrToArray(post.images,",")) #set(content = sk.replace(content, img, urlKit.getUrl(img))) #end #(content)