已采纳回答 / 星之所系
改了后有反应啊<!DOCTYPE HTML><html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>无标题文档</title> </head> <body> <form> 请选择你爱好:<...
最新回答 / 精慕门1579193
div class="content"这块内容没有进行切换哦我自己写了一个很low的实现方法: if(e.target.getAttribute("id") == "j1"){ //document.write("check j1") document.getElementById("j2").style.display = "block"; document.getElementById("...
2021-01-27
最新回答 / cherish_xyx
<!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>实践题 - 选项卡</title> <style type="text/css"> /* CSS样式制作 */ ul { list-style:none; margin:0; padding:0; ...
2021-01-27