feat: add dart.md #58

This commit is contained in:
jaywcjlove
2022-11-13 16:19:51 +08:00
parent a3a03dc5cf
commit 7dab4bc821
5 changed files with 618 additions and 9 deletions

View File

@ -1232,3 +1232,10 @@ else: # try/except 块的可选子句。 必须遵循除块
finally: # 在所有情况下执行
print("我们可以在这里清理资源")
```
另见
----
- [Python](https://www.python.org/) _(python.org)_
- [Learn X in Y minutes](https://learnxinyminutes.com/docs/python/) _(learnxinyminutes.com)_
- [Regex in python](./regex.md#python-中的正则表达式) _(quickref.me)_