curlPost.

  '@D:/debug.exe'        );    //cURL发送post请求    $ch = curl_init();    curl_setopt($ch, CURLOPT_URL, 'http://localhost/demo/demo/curl/01.
登录后复制

01.

 
登录后复制

输出结果
Array ( [name] => wyjie [img] => @./debug.exe ) Array ( )

09-19 05:48