62,584
社区成员




public class Dowm extends Applet {
public void init()
{
}
public void paint(Graphics g)
{
}
public void lian() {
try {
// JOptionPane.showConfirmDialog(null, "choose one", "choose one", JOptionPane.YES_NO_OPTION);
URL url = new URL("http://localhost:8087/photo/test.jsp");
url.openConnection();
} catch (Exception e) {
}
}
}