第一個範例

The following examples had been tested on Mozilla's Firefox and Microsoft's IE. The document is provided as is. You are welcomed to use it for non-commercial purpose.
Written by: 國立中興大學資管系呂瑞麟 Eric Jui-Lin Lu

請勿轉貼

看其他教材


在安裝 ZK 的過程中,我們利用了 hello.zul 來驗證 ZK 是否安裝成功, 而 hello.zul 更適合用來當作 ZK 入門的學習。請特別注意: 這份教材主要是為了我的課程而編制,因此,我假設讀者跟我的學生一樣, 已經會 Java、XML 等知識,而且我們只針對一些我認為比較重要的部分 說明,其他的部分,建議去閱讀 ZK 網站中所提供的文件。

hello.zul 的內容如下:

01  <?xml version="1.0" encoding="Big5"?>
02  <window title="我的第一個視窗" border="normal" width="200px">
03   Hello, World!
04  </window>

Last Updated: Tuesday, 30-Nov-2010 18:14:58 CST
Written by: 國立中興大學資管系呂瑞麟 Eric Jui-Lin Lu