输出$this的所有内容
在后台-控制台-外观-编辑当前外观中的任意页面输入如下代码,可输入当前页面的$this的全部内容
<?php
print_r
(
$this
)
;
?>