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>