tp hook

public function test03(){
        Hook::add('ad','Behavior\AdBehavior');
        $this->display('test03');
}
<div class="row">
       <h2>关于:</h2>
       {:hook('ad',array('name'=>'xiaosu','age'=>23))}
</div>
原文地址:https://www.cnblogs.com/suxiaolong/p/5983538.html