企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持知识库和私有化部署方案 广告
# G.13 None The `<none>` tag selects files that are not selected by any of the elements it contains. It returns as soon as it finds a selector that selects the file, so it is not guaranteed to check every selector. ``` <fileset dir="${src}" includes="**/*.php"> <none> <size value="1000" when="more"/> <date datetime="01/01/2011 12:00 AM" when="before"/> </none> </fileset> ```