(*env)->GetStringUTFChars(env, jstr, &isCopy); (*env)->ReleaseStringUTFChars(env, jstr, c_str); // 释放 这两个方法是配对出现的