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 = " " *
相關文章
相關標籤/搜索