python 在windows命令行下显示当前目录所有文件的大小

python代码: #!/usr/bin/python #-*- coding:utf-8 -*- import os import sys import datetime import re def isAscii(ch) : return ch <= u'\u007f' def formatByWidth(text, width, align_left=True) : pad = " " *
相关文章
相关标签/搜索