空:修订间差异

删除1,142字节 、​ 3年前
无编辑摘要
标签移动版编辑 移动版网页编辑 高级移动版编辑 可视化编辑
标签移动版编辑 移动版网页编辑 高级移动版编辑
第1行: 第1行:
<title>可折叠展开的简单目录</title>
<style>
div{
font-size:12px;
color:red;
background-color: #EAEAE8;
border: 1 solid #1892B5;
padding: 1
}
</style>
<div id="main1" style="color:blue" onclick="document.all.child1.style.display=(document.all.child1.style.display =='none')?'':'none'">
+ 主目录1</div>
* 有可能的
* possible 可能的
* probable 很可能的
sb./sth./it be likely to do sth. sth./it be possible to do sth. <s>be probable to do sth.</s>
↔unlikely<div id="child1" style="display:none">
<a href="#">- 子目录1</a> <br>
<a href="#">- 子目录2</a> <br>
<a href="#">- 子目录3</a> <br>
<a href="#">- 子目录4</a>
</div>
<div id="main2" style="color:blue" onclick="document.all.child2.style.display=(document.all.child2.style.display =='none')?'':'none'">
+ 主目录2 </div>i
* 有可能的
* possible 可能的
* probable 很可能的
sb./sth./it be likely to do sth. sth./it be possible to do sth. <s>be probable to do sth.</s>
↔unlikely<div id="child2" style="display:none">
<a href="#">- 子目录1</a> <br>
<a href="#">- 子目录2</a> <br>
<a href="#">- 子目录3</a>
</div>




1,458

个编辑