thinkphp-param U('Blog/cate',array('cate_id'=1,'status'=1))U('Blog/cate','cate_id=1status=1')U('Blog/cate?cate_id=1status=1')
U('Blog/cate',array('cate_id'=>1,'status'=>1)) U('Blog/cate','cate_id=1&status=1') U('Blog/cate?cate_id=1&status=1')