Applet路径问题
<applet code="Draw.class" width="800" height="700"></applet>
把applet和页面放在同一个目录就可以运行applet
我把applet放在页面当前目录的applet目录下,如下代码就不能载入applet显示
<applet code="/applet/Draw.class" width="800" height="700">
</applet>
为什么?
搜索更多相关主题的帖子:
Applet 路径
----------------解决方案--------------------------------------------------------