摘要: 简单粗暴的贴代码 import reclass Node: def __init__(self,data={"num":'00',"name":'星',"tel":'00'}): self.data=data self.next=None class Linklist: def __init__(s 阅读全文
posted @ 2019-06-02 10:47 流照君 阅读(169) 评论(0) 推荐(0)