下面程序的运行结果是:<br class="markdown_return">Func main(){<br class="ma

分类: 初级Go开发工程师 发布时间: 2023-11-03 11:12 浏览量: 0

下面程序的运行结果是:
Func main(){
Str :="hello"
Str[0]='x'
Fmt.Println(str)
}

hello