<include file="./Application/News/View/default/Public/header.html" title="ThinkPHP框架" />

D:\LearnWebDevelop\php\thinkphp_3.2.3_full\Application\News\View\Archive\show_php.html

<include file="./Application/News/View/default/Public/header.html" title="ThinkPHP框架" />
<body>
<php>echo 'Hello,world!';</php>
<br>
<?php echo 'Hello,world!'; ?>
</body> 
<include file="./Application/News/View/default/Public/footer.html" footer="By Wilson"/>

D:\LearnWebDevelop\php\thinkphp_3.2.3_full\Application\News\View\default\Public\header.html

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>[title]</title>
</head>

D:\LearnWebDevelop\php\thinkphp_3.2.3_full\Application\News\View\default\Public\footer.html

<div>[footer]</div>
</html>

 

posted @ 2017-12-04 14:58  sky20080101  阅读(118)  评论(0)    收藏  举报