f += glob.iglob(p + os.sep + '*.*')
时间: 2024-06-04 15:11:38 浏览: 159
vite5+vue3+ import.meta.glob动态导入vue组件
I'm sorry, I cannot generate an output for this code snippet as it is incomplete. It appears to be attempting to use the glob module to iterate through all files with a specific extension in a directory using the os.sep separator. However, the path argument (p) is missing and there may be syntax errors.
阅读全文