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; }
相關文章
相關標籤/搜索