Z
zhangjin
Unregistered / Unconfirmed
GUEST, unregistred user!
在web中运行含有
<APPLET
CODE = "Applet1.class"
WIDTH = 400
HEIGHT = 300
>
</APPLET>
的html(html和Applet1.class在同一个目录中)
在applet中放的标签没有显示出来
在鼠标移入applet区域的时候提示:
class applet not found
有什么问题?
<APPLET
CODE = "Applet1.class"
WIDTH = 400
HEIGHT = 300
>
</APPLET>
的html(html和Applet1.class在同一个目录中)
在applet中放的标签没有显示出来
在鼠标移入applet区域的时候提示:
class applet not found
有什么问题?