摘要:
function curlBy($url, $data=array()){ $ch = curl_init(); if(!empty($data)){ if (is_array($data) && $data) { $formdata = http_build_query($data); curl... 阅读全文
posted @ 2014-07-03 18:05
kwishly
阅读(312)
评论(0)
推荐(0)
浙公网安备 33010602011771号