• 2021-04-14
    为了从HTML文件中获取参数,在Applet程序中应该编写的代码是( )。 A.在start()方法中加入语句String s=getParameter("buttonLabel"); B.在int()方法中加入语句String s=Parameter("buttonLabel"); C.在int()方法中加入语句String s=getParameter("BUTTONLABEL"); D.在start()方法中加入语句String s=getParameter("BUTIONLABEL");