2014年4月17日
摘要: #-*-coding:utf-8-*- import osimport uuidimport urllib2import cookielib'''获取文件后缀名'''def get_file_extension(file): return os.path.splitext(file)[1]... 阅读全文
posted @ 2014-04-17 23:58 Ruthless 阅读(34339) 评论(1) 推荐(0)