失眠 🥱
new Thread(new Runnable(
void run(){
while(cerebrum.isActivate()){
thinkAboutSomeThing();
}
}
).start();
展开
lang于2022-08-07 19:46发布的图片
3