📄 ifndef.jsf
字号:
The <i>ifndef</i> tag allows for optional processing to occur if a tag is NOT defined. If the tag is defined, the body of the tag is not processed.<br>
<pre>
<i18n:ifndef key="USONLY">
Only users specifying something OTHER than en-US\
as their locale will see this!
</i18n:ifndef>
</pre>
<i>
<i18n:ifndef key="USONLY">
Only users specifying something OTHER than en-US\
as their locale will see this!
</i18n:ifndef>
</i>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -