ESP8266有三种工作模式1、station(客户端模式):类似于手机,小爱音响等设备(client)
2、AP(接入点模式):类似于路由器(server),可以让其他设备访问
3、station+AP(客户端+接入点模式)