12 2016 档案

摘要:#include "StdAfx.h" #include #include LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM); int WINAPI WinMain(HINSTANCE hinstance,HINSTANCE hPrevinstance,PSTR szCmdLine,int iCmdShow) { static TCHAR s... 阅读全文
posted @ 2016-12-07 21:44 HYDhyd 阅读(228) 评论(0) 推荐(0)
摘要:import reimport urllibdef getHtml(url): page=urllib.urlopen(url); html=page.read() return htmldef getImage(html): reg = r'src="(.*?\.jpg)"' imgre = re 阅读全文
posted @ 2016-12-05 17:07 HYDhyd 阅读(121) 评论(0) 推荐(0)