php 抓取天猫商品详情

和淘宝不同,天猫的找到了一个接口可用,仍是挺方便的curl 拿到商品idthis $url = "https://detail.m.tmall.com/item.htm?id=".$id."&tbpm=3"; $response = $this->http_curl($url); $response = mb_convert_encoding($response, 'UTF-8', 'UTF
相关文章
相关标签/搜索