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 中的 http post 从 web 服务获取数据。
我的代码是,
public class PropertyRequestService { static String result;