{"id":5222,"date":"2025-02-03T05:08:26","date_gmt":"2025-02-02T21:08:26","guid":{"rendered":"http:\/\/cnliutz.ipyingshe.net\/?p=5222"},"modified":"2025-02-03T05:08:28","modified_gmt":"2025-02-02T21:08:28","slug":"%e4%bd%bf%e7%94%a8python%e6%8a%8a%e5%ad%97%e7%ac%a6%e4%b8%b2%e8%bd%ac%e6%8d%a2%e6%88%90base64%e7%bc%96%e7%a0%81","status":"publish","type":"post","link":"http:\/\/qbtobjow.ipyingshe.net:5347\/?p=5222","title":{"rendered":"\u4f7f\u7528python\u628a\u5b57\u7b26\u4e32\u8f6c\u6362\u6210base64\u7f16\u7801"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>import base64\n\ndef main():\n    # Read the input string from the user.\n    data = input(\"Enter the text you want to encode: \")\n\n    # Encode the string using base64 encoding.\n    encoded_data = base64.b64encode(data.encode())\n\n    # Print the result.\n    print(\"Encoded Data:\", encoded_data)\n\nif __name__ == '__main__':\n    main()\n\n<\/code><\/pre>\n\n\n\n<p>Save this code in a file, for example base64_encoder.py, and run it using Python interpreter:<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><tbody><tr><td>python python base64_encoder.py<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p>Replace the input text with your desired string to encode into base64 format.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Save this code in a file, for example ba <span class=\"readmore\"><a href=\"http:\/\/qbtobjow.ipyingshe.net:5347\/?p=5222\">Continue Reading<\/a><\/span><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[10],"tags":[],"class_list":["post-5222","post","type-post","status-publish","format-standard","hentry","category-python"],"_links":{"self":[{"href":"http:\/\/qbtobjow.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/5222","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/qbtobjow.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/qbtobjow.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/qbtobjow.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/qbtobjow.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5222"}],"version-history":[{"count":1,"href":"http:\/\/qbtobjow.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/5222\/revisions"}],"predecessor-version":[{"id":5223,"href":"http:\/\/qbtobjow.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/5222\/revisions\/5223"}],"wp:attachment":[{"href":"http:\/\/qbtobjow.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5222"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/qbtobjow.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=5222"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/qbtobjow.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=5222"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}