打开WebEasy的系统目录(如上述的d:\webeasy),将看到以下目录和文件:
了解了我们所拥有的资源后,我们可以开始编写WebEasy应用实例
输入以下内容:
<title>系统变量</title> <h3>系统变量</h3><table border=1> <chtml> <tr><th>变量名</th><th>值</th></tr> <for end=@{sys:getWidth}> <tr><td>@{sYs:@{for:getSuffix}}</td><td html>@{sys:@{sys:@{for:getSuffix}}}</td></tr> </for> </chtml> </table>
变量名 | 值 |
---|---|
client | 轻开平台公共版 |
copyright | Copyright?2015 Edoit |
count | 0 |
curpath | _samples/ |
date | 2015-01-22 11:54:35 |
day | 22 |
dir | E:/webeasy/ |
enc | UTF-8 |
exts | html/htm/chtml/chtm/svg/svgz/img/xml/json |
face | /webeasy/ |
file.enc | GBK |
help | Easy do it |
homepage | edoit.htok.net |
ip | 10.0.0.12 |
long | 1421898875546 |
tianhua@htok.net | |
modules | base/help |
month | 01 |
now | 11:54:35 |
number | Free |
only | 11662906033867 |
path | /webeasy/ |
root | D:/ |
server | 轻松互联网开发平台 |
start | 2014-12-3 |
sysname | Easy do it Server |
time | 11:54:35 |
timestamp | 2015-01-22 11:54:35.531 |
today | 2015-01-22 |
ver | Easy do it 2003 - 2015 |
week | 星期四 |
weeken | Thursday |
year | 2015 |
自此,我们的第一个WebEasy应用实例就编写完成,我们将在下面的章节中向您介绍相关内容的含义.....
(例子文件:_samples/sys.html)
平台及最新开发手册下载:http://download.csdn.net/detail/tx18/8381859
开发实例:轻开B2C电子商务网站,免费下载:http://download.csdn.net/detail/tx18/8318585
平台会不定期升级为大家提供更多强大而Easy的功能,请留意最新的开发手册
编写第一个“程序”---轻松互联网开发平台(Easy do it,原名WebEasy)
原文地址:http://blog.csdn.net/tx18/article/details/43017415