listing7-22_build.xml_usingnestedrequirements
来自「着几乎所有智能机厂商都将有自己配套的App Store,甚至并非智能手机制造商的」· XML_USINGNESTEDREQUIREMENTS 代码 · 共 17 行
XML_USINGNESTEDREQUIREMENTS
17 行
<!-- You can use complex conditions for selecting your targtet devices by nesting any requirements.
Alternatively use the "Term" requirement which accepts any preprocessing term as its value.
-->
<deviceRequirements>
<or>
<and>
<requirement name="JavaPlatform" value="MIDP/2.0+" />
<requirement name="SoundFormat" value="midi" />
</and>
<and>
<requirement name="JavaPackage" value="nokia-ui" />
<requirement name="BitPerPixel" value="16+" />
</and>
</or>
</deviceRequirements>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?