摘要:
1、foreach遍历 $arr[] = array('first'=>green,'second'=>'yellow','third'=>'blue'); foreach($arr as $key=>$val){ echo $key.'-'.$val; echo ' '; } 输出结果: first-green second-yellow third-bl... 阅读全文
posted @ 2015-10-30 17:26
正在初始化用户信息
阅读(265)
评论(0)
推荐(0)
浙公网安备 33010602011771号