摘要: #include#include#include#include#include "common.h"//jstring to char*char* jstringTostring(JNIEnv* env, jstring jstr) { char* rtn = NULL; //jcla... 阅读全文
posted @ 2014-07-16 18:56 MMLoveMeMM 阅读(1987) 评论(0) 推荐(0)