Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以通过服务器(android 设备)向带有套接字的客户端(另一个 android 设备)发送命令吗?像使某些按钮不可点击的命令?
您可以将数据从一部手机发送到服务器——服务器可以将内容推送到另一台设备(如果它已登录服务)(这使设备独一无二)。传入的数据并触发一个动作,在这种情况下使一些按钮不可点击。