摘要:
function http_request($url, $data = null, $header = null, $method = 'GET') { //如果是Get传参,拼接字符串 if ($method == 'GET') { if (isset($data) && count($data) > 0) { ... 阅读全文
posted @ 2016-03-23 15:32
小新新2015
阅读(3098)
评论(0)
推荐(0)
浙公网安备 33010602011771号