缓冲的代码不能附加块-Pug

这是什么意思?第13行是“ a(href ='/ current / post /'+ post.key)”

mixin post(post)

    .col-lg-4.col-md-4
        .panel.panel-default
            .panel-body
                a(href='/current/post/' + post.key)
                    if post.image.exists
                        img(src=post._.image.fit()).img-responsive
                    else
                        img(src="http://placehold.it/250x250").img-responsive
            .panel-footer
                != post.content.brief
                    a(href='/current/post/' + post.key)
                        read read more
liuyf320 回答:缓冲的代码不能附加块-Pug

暂时没有好的解决方案,如果你有好的解决方案,请发邮件至:iooj@foxmail.com
本文链接:https://www.f2er.com/3166407.html

大家都在问