发布时间:2013-02-04 10:39:49
<?php header("Content-type: text/html; charset=utf-8");$rand = time();$name = 'zhongtong';//快递名称编号 中通$id = '123456';//快递单号$url = "http://wap.kuaidi100.com/q.jsp?fromWeb=null&rand=$rand&id=$name&sub=aaa&postid=$id";//采集html $ch = curl_init(); $timeout .........【阅读全文】