用python+pygame实现的飞机大战的源码,包含资源,可直接运行。通过鼠标控制。 while True: for event in pygame.event.get(): if event.type == pygame.QUIT: pygame.quit() exit() # 绘画背景 screen.blit(background,(0, 0)) # 检测游戏状态 if not gameover: # 定位鼠标的x, y坐标 x, y = pygame.mouse.get_pos() #
1、通过requests.get方法
r = requests.get(http://200.20.3.20:8080/job/Compile/job/aaa/496/artifact/bbb.iso)
with open(os.path.join(os.path.dirname(os.path.abspath(__file__)),bbb.iso),wb) as f:
f.write(r.content)
2、urllib2方法
import urllib2
print downloa