{include file="head.html"} {include file="header.html"}
公开课都是由官网精心编写,课程由文档和视频构成。
{foreach item=c from=$data}
{$c.title}
{if $c.ispay}
售价:¥{$c.money}
{else}
免费
{/if}
{/foreach}
{$pagelist}
{include file="footer.html"} {include file="foot-all.html"}