e553. 作为浏览器访问URL
Posted borter
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了e553. 作为浏览器访问URL相关的知识,希望对你有一定的参考价值。
// See also e551 精简的Applet try { URL url = new URL(getDocumentBase(), "http://hostname.com/page.html"); applet.getAppletContext().showDocument(url); } catch (MalformedURLException e) { }
Related Examples |
以上是关于e553. 作为浏览器访问URL的主要内容,如果未能解决你的问题,请参考以下文章
测试是不是可以从 Web 浏览器访问 URL,即确保没有被代理服务器阻止