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.
我正在使用非常简单的 P2P 功能,当我获得可用云的列表时:
foreach (Cloud c in Cloud.GetAvailableClouds()){ ...}
我没有看到全球云,只有 LinkLocal。我的电脑可以访问互联网,教程显示我应该同时看到这两个,但我没有。
有什么建议么?