Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
知行之桥用户手册
检查指定对象中的属性是否有值,仅当属性存在且非空时执行正文块。
<arc:call op="fileListDir" output="out"> <arc:exists attr="filename"> <arc:set attr="title" value="[filename]"/> <arc:else> <arc:set attr="title" value="Unnamed File"/> </arc:else> </arc:exists> <arc:push title="[title]"> [out.file:*] </arc:push> </arc:call>