我无法将我的applet嵌入到网页中.我不认为我做得对.
*我的html文件与我的.class文件位于同一目录中
我的主要方法是在CardApp类中
这是我的HTML代码
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>TestJCardBet.html</title>
</head>
<body>
<applet codebase="" code="CardApp.class" height="400" width="500"></applet>
</body>
</html>
Run Code Online (Sandbox Code Playgroud)