await _webViewController.loadUrl("F:/language/hbuilderx/code/test/test3.html");
await _webViewController.loadUrl("file:///F:/language/hbuilderx/code/test/test3.html");
await _webViewController.loadUrl("https://i.cnblogs.com/posts/edit");

上面的三种loadURL都是对的,但是不能使用文件的相对路径 ./test3.html 等