会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
draft
管理
2024年11月29日
Python 解释器编写
摘要: class Token: def __init__(self, type_, value=None): self.type = type_ self.value = value def __repr__(self): return f'{self.type}:{self.value}' if sel
阅读全文
posted @ 2024-11-29 21:13 eva1024
阅读(11)
评论(0)
推荐(0)