摘要: 1、native关键字的理解 我们先来看一段代码: public class Native { public static void main(String[] args) { new Thread(()->{ },"my Thread").start(); } private native voi 阅读全文
posted @ 2022-05-14 21:00 爱吃雪糕的小布丁 阅读(52) 评论(0) 推荐(0)