• JNI

    利用手法目前知道的有两种,一种是.c直接编译成.dll;第二种是得到.h后编写对应.c,然后编译成.jnilib .c直接编译12345678#include <stdlib.h>#include <stdio.h>#incl...
/3