mirror of
https://gitee.com/liudiwu/pkgdoc.git
synced 2025-12-06 08:09:19 +08:00
添加版本说明
This commit is contained in:
8
i.html
8
i.html
@@ -10,9 +10,11 @@ a:visited {color:purple;text-decoration:none;} //已访问:紫色、无下划
|
||||
a:hover {color: red; text-decoration:underline;} //鼠标移近:红色、下划线
|
||||
</style>-->
|
||||
</head>
|
||||
<body>
|
||||
<body bgcolor="#EEEEEE">
|
||||
<strong>
|
||||
<a href="main.html" target ="main">index</a><br/>
|
||||
<a href="main.html" target ="main">首页</a><br/>
|
||||
<a href="main.html" target="_top">不显示目录</a><br/>
|
||||
目录<br>
|
||||
<a href="pkg/archive_zip.htm" target ="main">archive/zip</a><br/>
|
||||
<a href="pkg/bufio.htm" target ="main">bufio</a><br/>
|
||||
<a href="pkg/builtin.htm" target ="main">builtin</a><br/>
|
||||
@@ -126,4 +128,4 @@ a:hover {color: red; text-decoration:underline;} //鼠标移近:红色、下
|
||||
<a href="pkg/unsafe.htm" target ="main">unsafe</a><br/>
|
||||
</strong>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
<html>
|
||||
<head>
|
||||
<title></title>
|
||||
<title>golang标准库中文文档1.3.3</title>
|
||||
</head>
|
||||
<frameset cols="15,85">
|
||||
<frame src="i.html">
|
||||
@@ -9,4 +9,4 @@
|
||||
|
||||
</noframes>
|
||||
</frameset>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
@@ -8,7 +8,7 @@
|
||||
<style>@-moz-keyframes nodeInserted{from{opacity:0.99;}to{opacity:1;}}@-webkit-keyframes nodeInserted{from{opacity:0.99;}to{opacity:1;}}@-o-keyframes nodeInserted{from{opacity:0.99;}to{opacity:1;}}@keyframes nodeInserted{from{opacity:0.99;}to{opacity:1;}}embed,object{animation-duration:.001s;-ms-animation-duration:.001s;-moz-animation-duration:.001s;-webkit-animation-duration:.001s;-o-animation-duration:.001s;animation-name:nodeInserted;-ms-animation-name:nodeInserted;-moz-animation-name:nodeInserted;-webkit-animation-name:nodeInserted;-o-animation-name:nodeInserted;}</style>
|
||||
<style type="text/css" id="8726384429"></style>
|
||||
</head>
|
||||
<body>
|
||||
<body >
|
||||
<div id="lowframe" style="position: fixed; bottom: 0; left: 0; height: 0; width: 100%; border-top: thin solid grey; background-color: white; overflow: auto;">
|
||||
...
|
||||
</div>
|
||||
@@ -16,7 +16,7 @@
|
||||
|
||||
<div id="page" class="wide" tabindex="-1" style="outline: 0px;">
|
||||
<div class="container">
|
||||
<h1>库</h1>
|
||||
<h1>Golang标准库文档(版本1.3.3)</h1>
|
||||
<form action="s.php" method="get">
|
||||
<input type="text" name="s"><input type="submit" value="搜索">
|
||||
</form>
|
||||
|
||||
Reference in New Issue
Block a user