?? petstoreemail_html.vm
字號:
<HTML> <HEAD> <TITLE>Pet Store Sale!</TITLE> </HEAD> <BODY> <CENTER> <B>$petList.size() Pets on Sale!</B> <BR/> We are proud to offer these fine pets at these amazing prices. <BR/> This month only, choose from : #set( $count = 1 ) <TABLE> #foreach( $pet in $petList ) <TR> <TD>$count)</TD> <TD>$pet.name</TD> <TD>$pet.price</TD> </TR> #set( $count = $count + 1 ) #end </TABLE> <I>Call Today!</I> </CENTER> </BODY> </HTML>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -