\r\nlistNode = [1,2,3,4,5]\r\nnew=[] \r\nhead=listNode \r\nwhile head!=None: \r\n new.append(head.val) \r\n head=head.next\r\nnew.reverse() \r\nprint(new)<\/pre>\n\r\ndef getLists(self,listNode):\r\n \r\n if listNode is None:\r\n return []\r\n l = self.getLists(listNode.next)\r\n\u3000\u3000 return l + [listNode.val] \r\nlists = [1,2,3,4,5] \r\ngetLists(lists)<\/pre>\n\u5176\u4e2d\uff0c+ \u8fde\u63a5\u591a\u4e2a\u5c0f\u7684\u5217\u8868\uff0c\u6700\u540e\u7ec4\u6210\u4e00\u4e2a\u5168\u65b0\u7684\u5927\u5217\u8868\uff0c\u76f8\u5f53\u4e8e\u4f7f\u7528\u591a\u4e2a\u503c\u6216\u5217\u8868\u65b0\u5efa\u4e00\u4e2a\u5217\u8868\uff0c\u6bd4\u5982\u5b58\u5728\u5217\u8868 l = [1,2]\uff0c\u6211\u4eec\u8fd0\u884c l = l + [3] \u65f6l\u7ed3\u679c\u5c31\u662f [1,2,3]\u3002<\/p>\n
\u53e6\u5916append\u4e5f\u662f\u5c06\u67d0\u503c\u6dfb\u52a0\u5230\u5217\u8868\u4e2d\uff0c\u4f46append\u76f8\u5f53\u4e8e\u4fee\u6539\u5217\u8868\uff0c\u6bd4\u5982\u6211\u4eec\u6267\u884c l.append([3]) \u65f6\uff0c\u5217\u8868\u7684\u7ed3\u679c\u5c31\u4f1a\u662f [1,2,[3]]\u3002<\/p>\n
\u5230\u6b64\u8fd9\u7bc7\u5173\u4e8ePython \u5217\u8868\u53cd\u8f6c\u663e\u793a\u7684\u56db\u79cd\u65b9\u6cd5\u7684\u6587\u7ae0\u5c31\u4ecb\u7ecd\u5230\u8fd9\u4e86\uff0c\u611f\u8c22\u5927\u5bb6\u7684\u652f\u6301\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"
reversed\u8fd4\u56de\u7684\u7ed3\u679c\u662f\u4e00\u4e2a\u53cd\u8f6c\u7684\u8fed\u4ee3\u5668\uff0c\u6211\u4eec\u9700\u8981\u5bf9\u5176\u8fdb\u884c list \u8f6c\u6362 listNode = [1,2 […]<\/p>\n","protected":false},"author":1482,"featured_media":176406,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[55],"tags":[],"class_list":["post-208422","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-thread"],"acf":[],"_links":{"self":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/208422","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/users\/1482"}],"replies":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/comments?post=208422"}],"version-history":[{"count":4,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/208422\/revisions"}],"predecessor-version":[{"id":208426,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/posts\/208422\/revisions\/208426"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/media\/176406"}],"wp:attachment":[{"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/media?parent=208422"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/categories?post=208422"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/lrxjmw.cn\/wp-json\/wp\/v2\/tags?post=208422"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}