您好,游客 <游客>
[ 马上登录 | 注册帐号 ]
当前位置:首页 > 会员中心 > 会员登录
  帐号
  投稿
  商城

会员登录
用户名:
密码:   忘记密码?
保存时间: 不保存 一小时 一天 一个月 永久
验证码:
点击显示验证码
     

Powered by EmpireCMS 7.5  © 2002-2018 EmpireSoft Inc.
$urls = array( 'http://www.example.com/1.html', 'http://www.example.com/2.html', ); $api = 'http://data.zz.baidu.com/urls?site=https://www.zhufudq.com&token=BIyarFU4zPb58XQ4'; $ch = curl_init(); $options = array( CURLOPT_URL => $api, CURLOPT_POST => true, CURLOPT_RETURNTRANSFER => true, CURLOPT_POSTFIELDS => implode("\n", $urls), CURLOPT_HTTPHEADER => array('Content-Type: text/plain'), ); curl_setopt_array($ch, $options); $result = curl_exec($ch); echo $result;