摘要: 1 // 生成 html select option 标签 2 function build_options($options, $opt='',$k='') { 3 $frags = array(); 4 if (is_string($options)) 5 { 6 ... 阅读全文
posted @ 2015-02-28 09:48 李照耀 阅读(209) 评论(0) 推荐(0)