引入文件

发布时间:2015-09-25 14:30:15 

 chtml/ChinaHtml标签另外一个重要的用途是引入文件,类似于jsp中的<% @ include file=”file-url” %>,asp中的<!--#include file="wisdom.inc"-->,及php中的<?php include 'menu.php';?>

  用法:<chtml file=文件名></chtml>,文件名是指在WebEasy系统目录(D:/webeasy/)下含相对路径的文件名

  样例:

 

[html] view plaincopy在CODE上查看代码片派生到我的代码片
 
  1. <pre name="code" class="html"><html>  
  2. <p><chtml file=_samples/public.html /></p>  
  3. <p><ChinaHtml file=_samples/order.html /></p>  
  4. </html>  
 

效果:

 

(例子文件:_samples/import.html)

再看一在实际开发中的应用:

轻开B2C电子商务网站(免费下载:pan.baidu.com/s/1eQxselW)的首页index.html文件

 

[html] view plaincopy在CODE上查看代码片派生到我的代码片
 
  1. <HTML>  
  2. <HEAD>  
  3. <chtml>  
  4. 相关文章

    2015-10-28 11:12:36

    操作引入xml文件的书包

    轻开平台一个很重要的特点就是简化了对xml文件的操作,您能非常轻松地引入 ...

    更多
    2015-10-29 11:48:10

    操作引入xml文件的书包(定位到指定节点)

    定位到指定节点:e0.1 [html] view plaincopy ...

    更多
    2015-10-30 11:11:23

    操作引入xml文件的书包(取值实例)

    取值实例:引入xml文件 [html] view plaincopy ...

    更多
    2015-10-31 10:47:59

    操作引入xml文件的书包(添加子节点和保存文件)

    添加子节点和保存文件:添加子节点 [html] view plainco ...

    更多