📄 foreach-array.cmp
字号:
--Foreach with an array. 2 blank lines follow
<table>
<tr>
<td>This is first element and it is the 1 item</td>
</tr>
<tr>
<td>This is second element and it is the 2 item</td>
</tr>
</table>
--Foreach with a null array. 1 blank line follows
<table>
</table>
-- And when we declare the array in-template :
Choose among :
red
blue
green
$foo : a
$foo2 : bar
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -