js小案例

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style> .a1{ width: 600px; } tr:nth-child(odd){ background-color: red; } tr:nth-child(even){ background-color: pink; } </style> <sc
相關文章
相關標籤/搜索