js事件之点击不同按钮固定位置实现内容切换

HTML 代码: <html> <head> <meta charset="utf-8"> <style> div { width:310px; height:180px; font-size:20px; background-color:green; display:none; } button { width:100px; } .active { background-color:red; }
相关文章
相关标签/搜索