二、文件写入

boolean fw(String filepath,String content)

boolean fw(String filepath,byte[] content)

boolean fw(String filepath,byte[] content,boolean isAppend) //追加方式写入

boolean fwa(String filepath,byte[] content)//追加方式写入

boolean fwa(String filepath,String content)//追加方式写入