太阳成游戏网站

 $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; ?>


回帖
  • 太阳成游戏网站框架联合创始人
    #1楼    太阳成游戏网站框架联合创始人
    2021-11-02 19:23:58
    诺基亚手机 0
    肯定错误了标签不能放在php的里面套用。
  • 华仔
    #2楼    华仔
    2021-11-02 19:25:17
    Chrome 0
    太阳成游戏网站框架联合创始人 那这个要怎么改造啊!
  • 影子
    #3楼    影子
    2021-11-02 19:36:32
    Chrome 0
    
    
    {module module=dir}
        {php $urls[]=$t['url'];}
    	 {/module}
     $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;
    
    ?>

    满意答案
  • 华仔
    #4楼    华仔
    2021-11-02 19:39:19
    Chrome 0
    @影子:这个可以,太感谢了