摘要: #!/usr/bin/python# Desc : fetch the domain name of websiteimport reimport optparsedef get_filename(): p = optparse.OptionParser() p.add_option('-f', action = 'store', dest = 'filename', \ help = 'the directory you want monitoring') opt, args = p.parse_args() if None = 阅读全文
posted @ 2012-12-07 14:51 txwsqk 阅读(1224) 评论(0) 推荐(0) 编辑