1 Star 0 Fork 5

二元/jtopo

forked from AndRu/jtopo 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
menu.html 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
nick 提交于 2015-12-19 19:59 . jtopo demo
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8"/>
<title>工具栏</title>
</head>
<script type="text/javascript">
//选择一级路由
function SelectOne()
{
}
//选择二级路由
function SelectTwo()
{
}
//选择三级路由
function SelectThree()
{
}
//选择四级路由
function SelectFour()
{
}
//选择五级路由
function SelectFive()
{
}
</script>
<body>
<button title="一级路由" type="button" name = "一级路由" onclick="" >一级路由</button>
<button title="二级路由" type="button" name = "二级路由" onclick="" >二级路由</button>
<button title="三级路由" type="button" name = "三级路由" onclick="" >三级路由</button>
<button title="四级路由" type="button" name = "四级路由" onclick="" >四级路由</button>
<button title="五级路由" type="button" name = "五级路由" onclick="" >五级路由</button>
</body>
</html>
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
HTML
1
https://gitee.com/skyrain521/jtopo.git
git@gitee.com:skyrain521/jtopo.git
skyrain521
jtopo
jtopo
master

搜索帮助