2022-12-22 759阅读 0条评论
问题描述:当对字符串使用'单引号时,会提示more than one character in rune literal
原因:这个是因为错误使用'引号导致的
解决方式:把''改为""即可