{"id":2605,"date":"2022-09-06T15:26:28","date_gmt":"2022-09-06T07:26:28","guid":{"rendered":"http:\/\/cnliutz.uicp.io\/?p=2605"},"modified":"2022-09-06T15:26:28","modified_gmt":"2022-09-06T07:26:28","slug":"python-tkinter%e7%aa%97%e5%8f%a3%e4%bb%a3%e7%a0%81","status":"publish","type":"post","link":"http:\/\/g1n29wqq.ipyingshe.net:5347\/?p=2605","title":{"rendered":"python tkinter\u7a97\u53e3\u4ee3\u7801"},"content":{"rendered":"\n<pre class=\"wp-block-code\"><code>#Tkinterdemo.py\nimport tkinter as tk\nclass Tkdemo(object):\n    def __init__(self):\n        self.root=tk.Tk()\n        self.txt=tk.Text(self.root,width=30,height=10)\n        self.txt.pack()\n        self.button=tk.Button(self.root,text='Click me',command=self.sayhello)\n        self.button.pack()\n    def sayhello(self):\n        self.txt.insert(tk.INSERT,\"Hello,World!\\n\")\nd=Tkdemo()\nd.root.mainloop()\n<\/code><\/pre>\n\n\n\n<figure class=\"wp-block-image size-full\"><img decoding=\"async\" src=\"http:\/\/cnliutz.uicp.io\/wp-content\/uploads\/2022\/09\/image-5.png\" alt=\"\" class=\"wp-image-2606\"\/><\/figure>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-2605","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/2605","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=2605"}],"version-history":[{"count":0,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=\/wp\/v2\/posts\/2605\/revisions"}],"wp:attachment":[{"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=2605"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=2605"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/g1n29wqq.ipyingshe.net:5347\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=2605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}