利用淘宝给定id,php编写抓取淘宝价格或其余信息

写出如下函数。 已知淘宝id的状况下 function getTBPrice($id){ $url="http://hws.m.taobao.com/cache/wdetail/5.0/?id=".$id; $content=file_get_contents($url); $content_ori=strip_tags($content); $content_ar
相关文章
相关标签/搜索