码迷,mamicode.com
首页 > Web开发 > 详细

e553. 作为浏览器访问URL

时间:2018-09-02 21:46:27      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:tap   cell   com   http   class   htm   span   bsp   ted   

    // 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

标签:tap   cell   com   http   class   htm   span   bsp   ted   

原文地址:https://www.cnblogs.com/borter/p/9575316.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!