#!/usr/bin/python## os module testimport osprint 'os.name: ', os.nameprint 'os.getcwd(): ', os.getcwd()print '''========================================='''print 'os.getenv(\'path\'): ', os.getenv('path')print '''=========== Read More
posted @ 2014-03-21 22:28
harry0906
Views(202)
Comments(0)
Diggs(0)

浙公网安备 33010602011771号