This commit is contained in:
krahets
2023-06-02 15:07:33 +08:00
parent ab9c107bb7
commit dbdd9551e6
16 changed files with 328 additions and 31 deletions
+5 -3
View File
@@ -151,12 +151,14 @@ comments: true
=== "Dart"
```dart title=""
// 标题注释,用于标注函数、类、测试样例等
/* 标题注释,用于标注函数、类、测试样例等 */
// 内容注释,用于详解代码
// 多行
// 注释
/**
* 多行
* 注释
*/
```
## 0.2.2.   在动画图解中高效学习