如何在网页上建一个超链接,点击打开本地文件

2025-03-13 07:31:58
推荐回答(1个)
回答1:

public void actionPerformed(ActionEvent e)
{
if(e.getSource()==xinjian)
{
text.setText("");
}
if(e.getSource()==dakai)
{
openFD.show();
String s;