[单项选择题] param可选标记指定applet外部参数,applet通过______方法可以获得所给属性值。
A.getdocumentbase()
B.getCodebase()
C.getParameter()
D.showdocument(URLurlOb
正确答案:C
参考解析:<param name=appletAttribute 1 value=val>可选标记指定applet外部参数,applet通过getParameter()方法可以获得所给属性值。

[单项选择题] param可选标记指定applet外部参数,applet通过______方法可以获得所给属性值。
A.getdocumentbase()
B.getCodebase()
C.getParameter()
D.showdocument(URLurlOb
正确答案:C
参考解析:<param name=appletAttribute 1 value=val>可选标记指定applet外部参数,applet通过getParameter()方法可以获得所给属性值。