angularjs 增刪改查 點擊按鈕排序

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title></title> <style> tbody tr:nth-child(even){ background-color: pink; } tbody tr:nth-child(odd){ background-color: yellow; } </style> <script t
相關文章
相關標籤/搜索