<applet code="CalculatorApplet.class"
width=600,height=400>
</applet>
这是applet程序的html文件
3 个解决方案
#1
<applet code="CalculatorApplet.class"
width=600,height=400>
----------------------------------------
<applet code="CalculatorApplet.class" width="600" height="400">
去掉你的逗号,加上引号。
width=600,height=400>
----------------------------------------
<applet code="CalculatorApplet.class" width="600" height="400">
去掉你的逗号,加上引号。
#2
谢谢,我去掉逗号,运行对了,谢谢!!!
#3
但你还没给分 -_-
#1
<applet code="CalculatorApplet.class"
width=600,height=400>
----------------------------------------
<applet code="CalculatorApplet.class" width="600" height="400">
去掉你的逗号,加上引号。
width=600,height=400>
----------------------------------------
<applet code="CalculatorApplet.class" width="600" height="400">
去掉你的逗号,加上引号。
#2
谢谢,我去掉逗号,运行对了,谢谢!!!
#3
但你还没给分 -_-