Dart语法随笔
2019-11-11 本文已影响0人
坤哥爱卿
1.取整运算
a~/b;
2.表示如果b为空的话把23赋值给b
b??23;
3.switch case格式
switch case格式4.类型转换
类型转换5.try catch
try catch6.字符串是否为空 isEmpty
isEmpty7.判断变量是否为空 null
变量是否为空8.List常用方法和属性
split分割
9.Set类型
10.Map类型
11.forEach、map、where、any、every
12、函数
image.png
闭包的示例
13、类和对象
导入文件