您的当前位置:TAGS -> 心得
  • Smarty之html_options使用心得

    前端开发19小时前

    模板部分 <select name="select2" size="4" > <{html_options options=$sysUser}> </select> 程序部分 $sql_sysuser = "select * from tuser where tuser_status='1' order by tuser...