JavaScript使用ul中的li實現刪除效果

<html> <head> <meta charset="utf-8"> <title></title> <style type="text/css"> ul { list-style: none; } li { background-color: #ddd; margin-top: 2px; } li:hover { background
相關文章
相關標籤/搜索