引入文件
发布时间:2015-09-25 14:30:15chtml/ChinaHtml标签另外一个重要的用途是引入文件,类似于jsp中的<% @ include file=”file-url” %>,asp中的<!--#include file="wisdom.inc"-->,及php中的<?php include 'menu.php';?>
用法:<chtml file=文件名></chtml>,文件名是指在WebEasy系统目录(D:/webeasy/)下含相对路径的文件名
样例:
- <pre name="code" class="html"><html>
- <p><chtml file=_samples/public.html /></p>
- <p><ChinaHtml file=_samples/order.html /></p>
- </html>
效果:
(例子文件:_samples/import.html)
再看一在实际开发中的应用:
轻开B2C电子商务网站(免费下载:pan.baidu.com/s/1eQxselW)的首页index.html文件
- <HTML>
- <HEAD>
- <chtml>
-
相关文章