

{"id":93,"date":"2021-06-20T18:44:09","date_gmt":"2021-06-20T10:44:09","guid":{"rendered":"https:\/\/www.52dixiaowo.com\/python\/?p=93"},"modified":"2021-06-20T18:44:09","modified_gmt":"2021-06-20T10:44:09","slug":"python%e7%b1%bb%e7%9a%84__del__","status":"publish","type":"post","link":"https:\/\/www.52dixiaowo.com\/python\/post-93.html","title":{"rendered":"python\u7c7b\u7684__del__"},"content":{"rendered":"\n<p>python\u6709\u81ea\u52a8\u56de\u6536\u673a\u5236, \u5f53\u5bf9\u8c61\u88ab\u9500\u6bc1\u65f6, \u4f1a\u89e6\u53d1__del__\u65b9\u6cd5<\/p>\n\n\n\n<p>\u5f53\u4e00\u4e2a\u5bf9\u8c61\u4e0d\u518d\u4f7f\u7528\u65f6, \u4f1a\u88ab\u56de\u6536, \u5f53\u7136\u7a0b\u5e8f\u7ed3\u675f\u524d\u5185\u5b58\u4e5f\u4f1a\u88ab\u91ca\u653e, \u4e5f\u4f1a\u89e6\u53d1del<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>class Person:\n    def __init__(self,name=\"\u9ed8\u8ba4\u540d\", age=0):\n        self.name=name\n        self.age=age\n    def say(self):\n        print(\"\u6211\u7684\u540d\u5b57\u662f:\"+self.name+\",\u6211\u7684\u5e74\u9f84\u662f:\"+str(self.age))\n\n    def __del__(self):\n        print(\"\u6211\u88ab\u9500\u6bc1\u4e86\")\n\nxiaoming = Person(\"\u5c0f\u660e\",18)\nxiaoming.say()\n\nprint(\"*\" * 30)<\/code><\/pre>\n\n\n\n<p>\u7a0b\u5e8f\u7684\u7ed3\u679c\u5982\u4e0b, \u7a0b\u5e8f\u7ec8\u6b62\u89e6\u53d1\u4e86__del__:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\u6211\u7684\u540d\u5b57\u662f:\u5c0f\u660e,\u6211\u7684\u5e74\u9f84\u662f:18\n******************************\n\u6211\u88ab\u9500\u6bc1\u4e86<\/code><\/pre>\n\n\n\n<p>\u5bf9\u4e8epython\u5bf9\u8c61, \u53ef\u4ee5\u624b\u52a8\u5220\u9664, \u4e5f\u4f1a\u89e6\u53d1__del__<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>class Person:\n    def __init__(self,name=\"\u9ed8\u8ba4\u540d\", age=0):\n        self.name=name\n        self.age=age\n    def say(self):\n        print(\"\u6211\u7684\u540d\u5b57\u662f:\"+self.name+\",\u6211\u7684\u5e74\u9f84\u662f:\"+str(self.age))\n\n    def __del__(self):\n        print(\"\u6211\u88ab\u9500\u6bc1\u4e86\")\n\nxiaoming = Person(\"\u5c0f\u660e\",18)\nxiaoming.say()\n\ndel xiaoming   #\u4f7f\u7528 del \u5173\u952e\u5b57\u5220\u9664\u5bf9\u8c61\n\nprint(\"*\" * 30)<\/code><\/pre>\n\n\n\n<p>\u7a0b\u5e8f\u7684\u7ed3\u679c\u5982\u4e0b, \u4ed4\u7ec6\u770b***\u7684\u4f4d\u7f6e\u7684del\u4e4b\u540e:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>\u6211\u7684\u540d\u5b57\u662f:\u5c0f\u660e,\u6211\u7684\u5e74\u9f84\u662f:18\n\u6211\u88ab\u9500\u6bc1\u4e86\n******************************<\/code><\/pre>\n","protected":false},"excerpt":{"rendered":"<p>python\u6709\u81ea\u52a8\u56de\u6536\u673a\u5236, \u5f53\u5bf9\u8c61\u88ab\u9500\u6bc1\u65f6, \u4f1a\u89e6\u53d1__del__\u65b9\u6cd5 \u5f53\u4e00\u4e2a\u5bf9\u8c61\u4e0d\u518d\u4f7f\u7528\u65f6, \u4f1a\u88ab\u56de\u6536, &hellip; <a href=\"https:\/\/www.52dixiaowo.com\/python\/post-93.html\" class=\"more-link\">\u7ee7\u7eed\u9605\u8bfb <span class=\"screen-reader-text\">python\u7c7b\u7684__del__<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":[],"categories":[8],"tags":[],"_links":{"self":[{"href":"https:\/\/www.52dixiaowo.com\/python\/wp-json\/wp\/v2\/posts\/93"}],"collection":[{"href":"https:\/\/www.52dixiaowo.com\/python\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.52dixiaowo.com\/python\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.52dixiaowo.com\/python\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.52dixiaowo.com\/python\/wp-json\/wp\/v2\/comments?post=93"}],"version-history":[{"count":0,"href":"https:\/\/www.52dixiaowo.com\/python\/wp-json\/wp\/v2\/posts\/93\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.52dixiaowo.com\/python\/wp-json\/wp\/v2\/media?parent=93"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.52dixiaowo.com\/python\/wp-json\/wp\/v2\/categories?post=93"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.52dixiaowo.com\/python\/wp-json\/wp\/v2\/tags?post=93"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}