摘要:
/** * curl提交数据 * @param $url 服务访问地址 * @param $data 提交数据 array() * @param $httpHeader 设置host主机头 * @param string $method * @return mixed */function invo 阅读全文
摘要:
location / { if (!-e $request_filename) { rewrite ^(.*)$ /index.php?_url=$1 last; break; } } 阅读全文