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.
WebClient 的 openread 似乎没有完成这项工作,我还能通过什么其他方式打开磁力链接?uTorrent 是默认处理程序,因此我需要“执行”链接。
您应该可以使用Process.Start. 我知道这适用于 HTTP URL(在您的默认 Web 浏览器中启动它们),所以如果您的系统有magnet与 uTorrent 关联的 URL,那么这应该在 uTorrent 中启动 URL。
Process.Start
magnet
Process.Start("magnet:?xt=urn:sha1:YNCKHTQCWBTRNJIV4WNAE52SJUQCZO5C");