fix:回调函数

This commit is contained in:
qianguyihao
2018-07-14 11:18:19 +08:00
parent ebf23ff861
commit 6b45420e38
3 changed files with 14 additions and 0 deletions

View File

@@ -259,6 +259,9 @@ git cherry-pick myLog
如果我们要实现并列条件,千万不要使用 `if(50 < num < 70)`,而是要使用`if(num > 50 && num <=70)`
### 2018-07-02