java删除文件的方法:/* 使用File的delete()方法删除文件*/import java.io.*;public class Exercise {public static void main(String args[]) {try {// Specify the file name and pathFile file = new File(“/home/zjz/Desktop/myFi
indexOf(String s)的使用,如果包含,返回的值是包含该子字符串在父类字符串中起始位置;如果不包含必定全部返回值为-1package my_automation;public class z_test {public static void main(String[] args) {String test = “This is test for string”;System.out.p