传递字符串
Any functions into which you pass string literals "I am a string literal" should use char const * as the type instead of char*1.
Any functions into which you pass string literals "I am a string literal" should use char const * as the type instead of char*1.