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>