1.百度快速搜索信息的技巧(site的使用)(信息 site:域名)

2.在根目錄下的/Application/Home/Controller文件夾中的創建MassController.class.php文件,書寫代碼為:
~~~
<?php
namespace Home\Controller;
use Think\Controller;
use Com\Wechat;
use Com\WechatAuth;
class MassController extends Controller
{
public function index(){
echo 2;
}
}
~~~
3.在微信web開發者工具中打開地址http://域名/index.php/Home/Mass/
