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.
我正在做一个 MVC 项目,我想在其中显示请求页面的本地区域的温度,谁能告诉我如何使用本地 IP 地址来执行此操作。
谢谢
不要在 .NET 中寻找类似的方法int GetTemperature(string ip),您将找不到任何方法。在 Internet 上查找您可以查询的 API,它会为您提供此信息。例如,您可以查看Yahoo Weather API.
int GetTemperature(string ip)
Yahoo Weather API