2019独角兽企业重金招聘Python工程师标准>>> v8::Local<v8::String> code = v8ExternalString(source.source()); v8::String::Utf8Value str(code); android_printLog(ANDROID_LOG_ERROR, "V8Proxy","v8ExternalString = %s\n", *str); 记得添加 #if PLATFORM(ANDROID) #include <wtf/text/CString.h> #endif 转载于:https://my.oschina.net/u/589963/blog/90532