我今天在改我的博客模板,typecho的.从模板文件里面看到
<?php echo $this->options->jiathis;?>
里面的$this是什么? $this->options 读取的哪里的数据?求解答
学习是最好的投资!
相同于PHP的
<?php include 'footer.php';?>
相同于PHP的