随笔分类 - python应用
摘要:import time,os def showFilePROPERTIES(path): for root,dirs,files in os.walk(path,True): print('位置:' + root) for filename in files: state = os.stat(os.
阅读全文
摘要:#应用环境:python2.7#!/usr/bin/env python # coding=utf-8 from __future__ import print_function import os try: from urllib import urlencode, quote_plus exce
阅读全文

浙公网安备 33010602011771号