2018年1月27日

php 模拟表单提交-get-post

摘要: _ch = curl_init(); $this->setUrl($_url); curl_setopt($this->_ch, CURLOPT_RETURNTRANSFER, 1); } /** * get方式提交 * @param array|string 表单数据 * @return mixed */ ... 阅读全文

posted @ 2018-01-27 11:54 奔跑的葛根 阅读(334) 评论(0) 推荐(0)

导航