cxmsky
import java.io.*;

class ReNameToDemo
{
    public static void main(String[] args) throws IOException
    {
        new File("d:\\list.txt").renameTo(new File("d:\\works\\list.jsp"));
    }
}

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2022-01-04
  • 2022-12-23
  • 2022-01-29
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-11-18
  • 2021-12-21
  • 2022-02-17
  • 2022-12-23
  • 2022-12-23
  • 2021-06-14
相关资源
相似解决方案