gpt4 book ai didi

c# - webkitbrowser 在网络上加载共享文件

转载 作者:太空宇宙 更新时间:2023-11-03 16:27:17 25 4
gpt4 key购买 nike

我想在 winform C# 中加载一个在网络中与 webkitbrowser 共享的 HTML 文件。

例如浏览器中的文件 url 是:

file:///10.10.10.10/files/index.html

我也在 webkitbroeser 中尝试过这个:

file://///10.10.10.10//files//index.html

Webkitbrowser 不加载 HTML 文件。在本地没有问题。我使用这个网址:

file:///c://index.html

WinAPP、C#、Visual Studio 2010

最佳答案

你很接近。而不是 2 个斜杠,只需使用 1 个:

webKitBrowser1.Navigate("file:///c:/my/local/path/test.html");

关于c# - webkitbrowser 在网络上加载共享文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12172385/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com