我在 html 中创建了一个 div 并为其分配了一个背景图像,我想对该照片进行 onclick 事件但不知道如何,那就是 div :
.add_btn {
background-color: #099;
position: absolute;
height: 35px;
width: 200px;
background-image: url(img/add.png);
background-repeat: no-repeat;
background-position: center center;
top: 265px;