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 上的短网址获取长网址。有什么办法可以获得长网址吗?
如果你能说是的话。请告诉我你的安卓代码。
C# 有一个解决方案,但我找不到适用于 Android 的方法。
string uriString = response.Headers["Location"];
如果您谈论的是 HTTP 响应标头中的字段,那么是的。利用response.getHeader("Location");
response.getHeader("Location");