<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{name}
{sex}
{goods.id}
{goods.model}
{info->course}
{Think.const.SITE_NAME}
{//输出PHP系统常量}
{Think.const.PHP_OS}
{//输出系统变量}
{Think.session.name}
{Think.config.database.hostname}
{//输出请求变量}
{Request.param.name}
{Request.root}
{Request.controller}
{Request.host}
{$Request.ip}
</body>
</html>