
這次Vista的行銷手法還真像詐騙公司。只要你是The beta Experience的參與者,就可以參加猜猜哪天是Vista的發表日期,猜對的人可以拿到xbox 360。
喜歡人群,但是討厭擁擠。如果可以,我希望能夠可以跟你分享你的blog。 Please tell me something about your life.
#!/usr/bin/env python
import optparse
if __name__ == "__main__":
usage = "Usage %prog [options]"
p = optparse.OptionParser(usage=usage)
p.add_option("-t","--test",action="store_true",dest="dotest",default=False,help="test case")
(options,args) = p.parse_args()
if options.dotest:
print 'do test'
else:
print 'No action'