jsp 中的小程序标签:
<%--<applet code ="applets/applet_1" height="500" width="500"/>--%>
<jsp:plugin type="applet" code="applet_1.class" codebase="web/WEB-INF/classes/applets"/>
<%--This tag is inside the jsp page which is index.jsp--%>
为什么我看不到小程序?我使用 Netbeans 作为 IDE。
我什至试过这个!
并将标签更改为:
<jsp:plugin type="applet" code="applet_1.class" codebase="applets" height="300" width="300"/>
但没有任何改变。