摘要:
package com.day3; public class SingleTonDemo { public static void main(String[] args) { SinleTonThread sinleTonThread=new SinleTonThread(); Thread thread=new Thread(sinleTonThread);... 阅读全文
posted @ 2018-11-27 00:09
言西早石头侠
阅读(123)
评论(0)
推荐(0)