【发布时间】:2011-07-28 05:02:16
【问题描述】:
{$thisname} 应转换为<?php echo $thisname; ?>。
{thisname} 应转换为<?php echo $thisname; ?>。
{$this.movie.games} && {$this.new} 应分别转换为<?php echo $this["movie"]["games"]; ?> 和<?php echo $this["new"]; ?>。
【问题讨论】: