多语言调用之 Java调用CC++

Java 调用 CC++1.创建一个类com.test.TestCall内容如下package com.test;public class TestCall { public native String getResponse(St

8月前610