儒雅故事

文章
8
资源
0
加入时间
4年2月8天

多线程核心1:实现多线程的方式

实现多线程的方法实现Runnable接口public class RunnableStyle implements Runnable { public static void main(String[] args) { Thread thread = new Thread(new RunnableStyle()); thread.start(); } @Override public void run() { Sys

前端蒙版遮罩层点击事件穿透

<div style={{ zIndex: 1000, width: "100%", height: "4rem", position: "relative" }}> <div style={{ position: 'absolute', top: &qu