1 crosses initialization of '_jstring* jstr' 解决:eg jstring jstr=xxxx;=> jstring jstr; jstr=xxxx; 转载于:https://www.cnblogs.com/anjsxz/p/3529887.html