用HTML標籤實現點擊展開/關閉詳情的效果

實現這種效果需要用到 details 和 summary 標籤 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>details和summary標籤</title> </head> <body> <details> <summary>常見的水果</summary>
相關文章
相關標籤/搜索