用HTML标签实现点击展开/关闭详情的效果

实现这种效果需要用到 details 和 summary 标签 <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>details和summary标签</title> </head> <body> <details> <summary>常见的水果</summary>
相关文章
相关标签/搜索