摘要: /*这是一个接口调用的方法(post)*/ $url = 'http://localhost/testmysql.php';$sl_data=array( 'uid'=>1, 'user_by'=>'get_userinfo');$ch = curl_init();curl_setopt($ch, 阅读全文
posted @ 2018-06-01 16:51 冉青枫 阅读(699) 评论(0) 推荐(1)