拍拍帐号信息查询PHP
摘要:一个用于查询拍拍帐号信息的小程序,初学php写的比较烂。 1 <?php 2 include_once('./simple_html_dom.php'); 3 4 $info_detail = array(); //卖家资料 5 $colligation_score = array(); //综合评分 6 $service_status = array(); //店铺近30天服务状况 7 $comp_rate = array(); //投诉率 8 $refund_r...
阅读全文
posted @ 2013-01-31 14:31