为了账号安全,请及时绑定邮箱和手机立即绑定

为什么我写的jsp的plugin动作没有效果,求大佬指点

为什么我写的jsp的plugin动作没有效果,求大佬指点

qq_蝶恋花_9 2017-11-28 16:18:45
applet类:package servlet; public class applet { public static void main(String[] args) { // TODO Auto-generated method stub System.out.println("测试成功"); System.out.println("测试"); } } jsp: <%@ page language="java" contentType="text/html; charset=utf-8"     pageEncoding="utf-8"%> <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Insert title here</title> </head> <body> <jsp:plugin code="applet.class" codebase="servlet" type="applet"></jsp:plugin>   </body> </html>
查看完整描述

目前暂无任何回答

  • 0 回答
  • 0 关注
  • 1364 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信