扩展阅读
当前位置: 编程语言>java/jsp
java命名空间java.applet类applet的类成员方法: getdocumentbase定义及介绍
发布时间:2014-2-16
本文导语:
getdocumentbase
public url getdocumentbase()
获取嵌入此 applet 的文档的 url。例如,假定 applet 包含在以下文档中:
http://java.sun.com/products/jdk/1.2/index.html
则文档基为:
http://java.sun.com/products/jdk/1.2/index.html
返回:包含此 applet 的...