报错: Conversion from String Literal to Char* is deprecated http://stackoverflow.com/questions/13690306/conversion-from-string-literal-to-char-is-deprecated C++ string literals are arrays of const char, which means you can't legally modify them.If you…