首页
编程
java
php
前端
首页
编程
java
php
前端
python 路径中\*表示什么
for
class_path
in
glob.glob(root_path +
r'\*'
):
通配符?
一般*代表匹配目录下的所有文件
点击展开全文