level 1
var fileName = files.listDir(path); toastLog(fileName[0]) // files.removeDir(path) //删除生成录音文件 files.ensureDir(path) //确保目录存在 files.writeBytes("/sdcard/tencent/MobileQQ/"+QQ+"/ptt/"+date1+"/"+date2+"/1.mp3",a); // toastLog(path+"1.mp3"); files.rename(path + "1.mp3", fileName[0]) //更名,让QQ发送替换后的音频文件 var fileName1 = files.listDir(path); // toastLog(fileName1[0]) id("input").findOne().setText(""); click("发送"); toast("成功"); key=1; }
2020年11月01日 17点11分