摘要:
"; } //循环关联数组 $arr1=array("Peter"=>"35","Ben"=>"37","Joe"=>"43"); foreach ($arr1 as $x=>$x_value){ echo "Key:". $x.", Value=" . $x_value; } 阅读全文
posted @ 2017-10-31 20:44
菜鸟虫师
阅读(1080)
评论(0)
推荐(0)
摘要:
1.get请求 2.post请求 阅读全文
posted @ 2017-10-31 20:29
菜鸟虫师
阅读(756)
评论(0)
推荐(0)