-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
9 lines (9 loc) · 2.92 KB
/
index.html
1
2
3
4
5
6
7
8
9
<!doctype html><html><head><meta name=generator content="Hugo 0.128.2"><meta charset=utf-8><meta http-equiv=X-UA-Compatible content="IE=edge"><title>Autognosis 的博客 - Find yourself,Be yourself </title><meta name=viewport content="width=device-width,initial-scale=1"><link rel=alternate type=application/rss+xml href=https://githubwzb.github.io/index.xml title="Autognosis 的博客"><meta itemprop=name content="Autognosis 的博客"><meta itemprop=datePublished content="2024-07-07T00:47:57+08:00"><meta itemprop=dateModified content="2024-07-07T00:47:57+08:00"><meta property="og:url" content="https://githubwzb.github.io/"><meta property="og:site_name" content="Autognosis 的博客"><meta property="og:title" content="Autognosis 的博客"><meta property="og:locale" content="cn_zh"><meta property="og:type" content="website"><meta name=twitter:card content="summary"><meta name=twitter:title content="Autognosis 的博客"><link rel=stylesheet type=text/css media=screen href=https://githubwzb.github.io/css/normalize.css><link rel=stylesheet type=text/css media=screen href=https://githubwzb.github.io/css/main.css><link id=dark-scheme rel=stylesheet type=text/css href=https://githubwzb.github.io/css/dark.css><script src=https://githubwzb.github.io/js/feather.min.js></script><script src=https://githubwzb.github.io/js/main.js></script></head><body><div class="container wrapper"><div class=header><h1 class=site-title><a href=https://githubwzb.github.io/>Autognosis 的博客</a></h1><div class=site-description><p>Find yourself,Be yourself</p><nav class="nav social"><ul class=flat><li><a href=https://github.com/githubwzb/ title=Github><i data-feather=github></i></a></li><li><a href=mailto:[email protected] title=Email><i data-feather=mail></i></a></li><li><a href=/index.xml title=RSS><i data-feather=rss></i></a></li><span class=scheme-toggle><a href=# id=scheme-toggle></a></ul></nav></div><nav class=nav><ul class=flat><li><a href=/>Home</a></li><li><a href=/posts>All posts</a></li><li><a href=/about>About</a></li><li><a href=/tags>Tags & Stats</a></li></ul></nav></div><div class="recent-posts section"><div class=posts><div class=post><div class=post-header><div class=meta><div class=date><span class=day>07</span>
<span class=rest>Jul 2024</span></div></div><div class=matter><h4 class="title small"><a href=/2024/07/python-sorted-%E5%87%BD%E6%95%B0%E4%B8%8E-sort-%E6%96%B9%E6%B3%95/>Python sorted() 函数与 sort() 方法</a></h4><h4 class="title small smaller">139 words, ~0 min read</h4><h4 class="title small smaller"><ul class="tags flat"><li class=tag-li><a href=/tags/python>Python</a></li></ul></h4><span class=description># sorted函数
## 1. 语法
sorted 语法:
```py
sorted(iterable, cmp=None, key=None, reverse=False)
"""
Args:
iterable -- 可...</span></div></div></div></div></div></div><div class="footer wrapper"><nav class=nav><div>2024 Autognosis © Copyright notice</div></nav></div><script>feather.replace()</script></body></html>