FFmpeg音視頻頻流媒體高級(jí)開發(fā)\/--》ccys1473
/**
?* 線程中的代理模式
?*/
public class Demo8_StaticProxy {
? ? public static void main(String[] args) {
? ? ? ? new Thread(()-> System.out.println("我愛你")).start();
? ? ? ? new WeddingCompany(new You()).happyMarry();
? ? }
}
標(biāo)簽: