A.<paramname=age,value=20>
B.<appletcode=Try.classwidth=100,height=100,age=33>
C.<name=age,value=20>
D.<appletcode=Try.classname=age,value=20>
[单选题]向Applet传递参数的正确描述是()。A.B.向Applet传递参数的正确描述是( )。A.<paramname=age,value=20>B.<appletcode=Try.class width=100,height=100,age=33>C.<name=age,value=20>D.<appletcode=Try.class name=age,value=20>
[单选题]向Applet传递参数的正确描述是( )。A.
[单选题]向Applet传递参数的正确描述是A.B.向Applet传递参数的正确描述是A.<param name=age.value=20>B.<applet code=Try.class width=100,height=100,age=33>C.<name=age.value=20>D.<applet code=Try.class name=age,value=20>
[单选题]向 Applet 传递参数正确的描述是A. ) <param nace=age, value=20>B. ) <applet code=Try.class width=100, height=100, age=33>C. ) <name=age, value=20>D. ) <applet code=Try.class name=age,value=20>
[单选题]为了向一个Applet传递参数,可以在HTML文件的APPLET标志中使用PAPAM选项。在Applet程序中获取参数时,应使用的方法是A.getParameter()B.getDocumentBase()C.getCodeBase()D.getlmage()
[单选题]为了向一个Applet 传递参数,可以在HTML文件的APPLET标志中使用PAPAM选项。在Applet程序中获取参数时,应使用的方法是( )。A.getParameter()B.getDocumentBase()C.getCodeBase()D.gefImage()
[单选题]为了向一个Applet传递参数,可以在HTML文件的APPLET标志中使用PARAM选项。在Applet程序中获取参数时,应使用的方法是A.getParameter()B.getDocumentBase()C.getCodeBase()D.getImage()
[单选题]下面哪个选项正确示例了传递一个参数给applet? ( )A.<applet code=Test.class age=33 width=100 heigh=100>B.<param name=age value=33>C.<applet code=Test.class name-age value=33 width=100 height=100>D.<applet Test 33>
[单选题]param可选标记指定applet外部参数,applet通过______方法可以获得所给属性值。A.getDocumentBase()B.getCodeBase()C.getParameter()D.showDocument(URLurlObj)
[单选题]在HTML页中可包含Applet,关于Applet 的参数,以下说法错误的是( )。A.Applet 获取参数是通过在HTML文件中采用<PARAM>标记定义参数B.参数的名字是区分大小写的C.Applet 通过命令行将参数传给main()方法D.参数允许用户定制Applet 的操作