摘要: [php]function cat_options($spec_cat_id, $arr){static $cat_options = array();if (isset($cat_options[$spec_cat_id])){return $cat_options[$spec_cat_id];}/*初始化关键参数:$level:当前子节点深度$last_cat_id:当前父节点ID$optio... 阅读全文
posted @ 2010-03-13 19:50 菜鸟起飞 阅读(264) 评论(0) 推荐(0)