file_put_content也可以post提交数据 发表于 2015-03-07 这算是file_put_content的高级用法了吧~ 1234567891011$params = array( 'access_token' => $access_token);$options = array( 'http' => array( 'method' => 'POST', 'content' => http_build_query($params) ));$context = stream_context_create($options);$r = file_get_contents($url, false, $context); 微信扫码关注我的订阅号 打赏 微信支付 支付宝 比特币 本文作者: ety001 本文链接: https://blog.domyself.me/2015/03/07/file-put-content-can-post.html 版权声明: 本博客所有文章除特别声明外,均采用 BY-NC-SA 许可协议。转载请注明出处!