{"id":166,"date":"2018-11-03T22:21:08","date_gmt":"2018-11-03T14:21:08","guid":{"rendered":"http:\/\/www.eait.co\/?p=166"},"modified":"2019-04-05T12:39:19","modified_gmt":"2019-04-05T04:39:19","slug":"python%e6%96%87%e4%bb%b6%e8%87%aa%e5%8a%a8%e5%bd%92%e7%b1%bb","status":"publish","type":"post","link":"https:\/\/notes.coremix.net\/?p=166","title":{"rendered":"python\u6587\u4ef6\u81ea\u52a8\u5f52\u7c7b"},"content":{"rendered":"<pre>\u6700\u8fd1\u505a\u4e86\u4e00\u4e2a\u6587\u4ef6\u81ea\u52a8\u5f52\u7c7b\u7684\u811a\u672c\uff0c\u6d4b\u8bd5\u6548\u679c\u4e0d\u9519\uff0c\u6e90\u7801\uff1a\r\n\r\npath = 'D:\/\/Users\/Administrator\/Desktop\/Walden'\r\npath2 = path + '\/'\r\nfiles = os.listdir(path)\r\n\r\nfor f in files:\r\n    folder_name = path + f.split('.')[-1]\r\n    folder_name2 = path2 + f.split('.')[-1]\r\n    if not os.path.exists(folder_name2):\r\n        os.makedirs(folder_name2)\r\n        shutil.move(path2+f,folder_name2)\r\n    else:\r\n        shutil.move(path2 + f,folder_name2)<\/pre>\n","protected":false},"excerpt":{"rendered":"<p>\u6700\u8fd1\u505a\u4e86\u4e00\u4e2a\u6587\u4ef6\u81ea\u52a8\u5f52\u7c7b\u7684\u811a\u672c\uff0c\u6d4b\u8bd5\u6548\u679c\u4e0d\u9519\uff0c\u6e90\u7801\uff1a path = &#8216;D:\/\/Users\/Administra [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[8,3,25,2],"tags":[],"class_list":["post-166","post","type-post","status-publish","format-standard","hentry","category-other","category-python","category-py","category-index"],"blocksy_meta":[],"_links":{"self":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/166","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=166"}],"version-history":[{"count":1,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/166\/revisions"}],"predecessor-version":[{"id":167,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=\/wp\/v2\/posts\/166\/revisions\/167"}],"wp:attachment":[{"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=166"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=166"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/notes.coremix.net\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=166"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}