feat: modify some Dart codes and add Dart code blocks to the docs (#543)

This commit is contained in:
liuyuxin
2023-06-02 14:56:29 +08:00
committed by GitHub
parent 53e18bc6d6
commit 281c0c618a
25 changed files with 339 additions and 54 deletions
+5 -3
View File
@@ -147,12 +147,14 @@
=== "Dart"
```dart title=""
// 标题注释,用于标注函数、类、测试样例等
/* 标题注释,用于标注函数、类、测试样例等 */
// 内容注释,用于详解代码
// 多行
// 注释
/**
* 多行
* 注释
*/
```
## 在动画图解中高效学习