<#if target??>

 
    xxxx
 
</#if>
??>> true

上面这段代码判断target??是否为null,如果不为null时才可以执行if里面的内容,为null时则不进到

if里面

相关文章: