Replies: 1 comment 1 reply
-
- fmt.Println(a)
+ fmt.Println(aa) serious bugs are always in your code. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
example:
aa:="4"
aa="%"+aa
fmt.Println(aa)
正确获取应该是 %4 但是确得到是%!
The correct answer should be %4 ,but is %!
Beta Was this translation helpful? Give feedback.
All reactions