首页 > 代码库 > freemarker写select组件(四)

freemarker写select组件(四)

freemarker写select组件


1、宏定义

<#macro select id datas value=http://www.mamicode.com/"" key="" text="" headKey="" headValue="">>
2、引入宏

<@items.select id="username" datas=users key="userNo" text="userName" headKey="0" headValue=http://www.mamicode.com/"其他"/>

3、示例结果

<select id="username" name="username">
          <option>---请选择---</option>
               <option value=http://www.mamicode.com/"0">其他>