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:select 中的回退块,当没有 arc:case 值与所选值匹配时执行。
<arc:select value="[company_name]"> <arc:case value="CompanyA"> <img src="http://www.companya.com/favicon.ico" /> </arc:case> <arc:case value="CompanyB"> <img src="http://www.companyb.com/favicon.ico" /> </arc:case> <arc:default> <img src="http://www.myhosting.com/generic.ico"/> </arc:default> </arc:select>