标签: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 |
标签:tap cell com http class htm span bsp ted
原文地址:https://www.cnblogs.com/borter/p/9575316.html