grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 20px; } .video-card cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease; } .video-card -- 视频卡片1 --> <div class="<em>video-card</em>" data-video-src="https://www.w3schools.com/html/mov_bbb.mp4 -- 视频卡片2 --> <div class="video-card" data-video-src="https://www.w3schools.com/html/mov_bbb.mp4 -- 视频卡片3 --> <div class="<em>video-card</em>" data-video-src="https://www.w3schools.com/html/mov_bbb.mp4
# Get memory size (extended mem, kB) mov $0x88, %ah int $0x15 mov %ax, %ds:2 # Get video-card data
class属性,找到所有的视频列表元素,并存入一个List中 List<WebElement> videoList = driver.findElements(By.className("video-card
; Get memory size (extended mem, kB) mov ah,#0x88 int 0x15 mov [2],ax ; Get video-card data: mov