如何用python获取音乐文件的属性

2025-04-06 04:35:27
推荐回答(1个)
回答1:

>>> import os
>>> statinfo=os.stat(r"D:/十年.mp3")
>>> print statinfo