2022年4月19日

摘要: package main import ( "encoding/json" "encoding/xml" "log" ) type Visitor func(shape Shape) type Shape interface { accept(Visitor) } type Circle struc 阅读全文
posted @ 2022-04-19 14:49 yangras 阅读(27) 评论(0) 推荐(0) 编辑

导航