摘要:
1 # -*- coding: utf-8 -*- 2 #! /usr/bin/env python 3 4 ''' 5 Windows系统映射网络驱动器 6 ''' 7 8 import os 9 10 def main():11 print 'mount starage'12 13 local = 'Z:'14 remote = '\\\\172.16.253.202\chuanqing.wu'15 username = 'chuanqing.wu'16 password = & 阅读全文