摘要: 2022-07-26:以下go语言代码输出什么?A:5;B:hello;C:编译错误;D:运行错误。 package main import ( "fmt" ) type integer int func (i integer) String() string { return "hello" } 阅读全文
posted @ 2022-07-26 21:17 福大大架构师每日一题 阅读(15) 评论(0) 推荐(0) 编辑