摘要: /** * 下拉选择基础方法 * @param type $selected_value * @param type $select_rows * @param type $key * @param type $value * @param type $_first_option * @return string */ function select($selected_val... 阅读全文
posted @ 2016-12-07 12:28 小军的代码库 阅读(420) 评论(0) 推荐(0) 编辑
摘要: "; } /** * 生成input密码框 * @param string $name 密码框的name * @param string $size 密码框大小 * @param string $value 密码框默认值 * @param string $class css类 * @return string */ function genPassword($name... 阅读全文
posted @ 2016-12-07 12:17 小军的代码库 阅读(3074) 评论(0) 推荐(0) 编辑