📜  如何在html代码示例中隐藏图像

📅  最后修改于: 2022-03-11 14:52:53.906000             🧑  作者: Mango

代码示例1
img {
    display: none;
}