Jul 22

转自:http://hctan.blog.163.com/blog/static/14033200611258057438/

#!/usr/bin/python

import os

command = "wget http://news.163.com"
print os.system(command); 

Leave a Reply