================《一》================ <br>関数 show(ステータス){ <br> document.getElementById("div1").style.display = ステータス; <br> } <br> これは一层、能看见吗、呵呵です。 表示 关闭 ================《二》================= <br>関数 show(ステータス) <br> { <br> document.getElementById("div1").style.visibility = ステータス; <br> setTimeStart(); <br> } <br> function setTimeStart() <br> { <br> window.setTimeout("document.getElementById('div1').style.visibility = 'hidden';",2000); <br> } <br> これは一层、能看见吗、呵呵です。 表示 关闭 ==================《三》===================== <br> body{<br> float:left;<br> background:#ffffcc;<br> }<br> #ri{<br> Position:relative;<br> background:#00CC00;<br> height:100px;<br> width:100px; <br>左:10%;<br>上:10%;</p> <p>}<br> .c1{<br>表示:なし;<br> }<br> #wori{<br>位置:絶対;<br>背景:#00FF00;<br>左:20px;<br>上:50px ;<br> }<br> <br> function dodo()<br> {<br> var jj=document.getElementById("wori");<br> jj.className=="c1"? jj.className=" ":jj.className="c1"<br> }<br> < ;div id="wori" class="" >我是IamV 我点