We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
from bypy import ByPy
bp = ByPy() bp.list(fmt='$f',)
执行bp.list(fmt='$f',)后得到的返回值是int类型0,不是目录文件列表啊,怎么样才能获取文件列表存入参数呢