摘要: //这是一个for循环测试 $arr=array('a'=>"a1",'c'=>"caa",'d'=>"da",'e'=>"da"); $str1="1,2,3,4"; $str="是,而且,要,觉"; $strarr=explode(',',$str); $strarr1=explode(',', 阅读全文
posted @ 2017-10-26 00:26 在下刘彦直 阅读(4390) 评论(0) 推荐(0)