在c++中,
void fun(const char* str) {...}
在go中
func fun(byt []byte){...}能不能也把byt修饰成const
![1.PNG](https://static.studygolang.com/201205/ae16d2a65475ac759684e9df8104d49e.PNG)
![2.PNG](https://static.studygolang.com/201205/ce55a58c8115a06ef5dfc89b1c2d052f.PNG)
#4
更多评论