import java.applet.Applet; import java.awt.Graphics; public class ExampleApplet extends Applet { public void paint(Graphics g) { g.drawString("hello world", 20, 20); g.drawArc(80,50,40,40,20,360); } }
<html> <head> <title>Applet</title> </head> <body> <applet CODE = "ExampleApplet.class" width="300" height = "100"></applet> </body> </html>
道友请留步 2025-03-26
道友请留步 2025-03-26
藏家708 2025-03-26
leoaim 2025-03-25
恭明惠 2025-03-26
藏家468 2025-03-26
藏家101 2025-03-25
藏家101 2025-03-25
藏家101 2025-03-25
藏家068 2025-03-25