<%@ page contentType="text/html;charset=gb2312"%>
<html>
<body>
<jsp:plugin type="applet" code="Blink.class" jreversion="1.2" width="200" height="260">
<jsp:fallback>
浏览器不支持
<jsp:fallback>这个要成对的
</jsp:plugin>
</body>
</html>
<jsp:XXXX>必需和</jsp:XXXX>成对,