This commit is contained in:
sloop
2016-07-27 23:39:21 +08:00
committed by GitHub
parent 862178879b
commit e0cc6ba517

View File

@@ -6,22 +6,8 @@
> #### PS:点击分类标题可以查看该分类的详细信息。
<script type="text/javascript">
function hide_menu()
{
document.getElementById("menu").style.display = "none";
}
function show_menu()
{
document.getElementById("menu").style.display = "block";
}
</script>
## 目录
<button type="button" onclick="hide_menu()" value="隐藏菜单">隐藏菜单</button>
<button type="button" onclick="show_menu()" value="显示菜单">显示菜单</button>
- [自定义View](#custom_view)
- [教程类](#教程类)
- [速查表](#速查表)