摘要: 方法1: 用 file_get_contents 以get方式获取内容: 1 2 3 4 方法2: 用fopen打开url, 以get方式获取内容: 方法3:用 file_get_contents函数,以post方式获取url ‘bar'); $data = http_build_query($data); $opts =... 阅读全文
posted @ 2018-08-13 17:05 归回老本行 阅读(16617) 评论(0) 推荐(1)