今天写了一句 static std::string myString = NULL; 直接崩溃了,太大意了。std::string的构造函数 string(const char* s) 里面会调用strlen(s),直接crash