diff --git a/test.py b/test.py new file mode 100644 index 0000000..599e8f4 --- /dev/null +++ b/test.py @@ -0,0 +1,4 @@ +import os + +audio_file = "C:/Users/Administrator/Music/国风堂#哦漏 - 知我.mp3" +os.startfile(audio_file) \ No newline at end of file