自定义API

来源:互联网 发布:淘宝买衣服 如何换货 编辑:程序博客网 时间:2024/06/03 23:38

自定义API

......case '中超':                            //载入库文件                            include('simple_html_dom.php');                            $html = file_get_html('http://www.zhiboba.cn/')//中超div id                            //读取文本                            $contentStr = $res->plaintext;                            //删除空格                            $contentStr = trim($contentStr);                            $resultStr = sprintf($newsTpl,$fromUsername,$toUsername,$time.$contentStr);                            echo $resultStr;                            break;......
0 0