摘要: class baiduPusher { private $site; private $token; function __construct(){ $configInfo = json_decode(file_get_contents("./config.txt")); $this->site = $configInfo->site... 阅读全文
posted @ 2017-04-20 09:55 简庆旺 阅读(259) 评论(0) 推荐(0)