摘要: https://dart.dev/tools 1.即时编译 2.提前编译 阅读全文
posted @ 2020-01-27 16:55 富坚老贼 阅读(403) 评论(0) 推荐(0)
摘要: 使用extension on 关键字 main(List<String> args) { String a = 'tom'; print(a.hello()); } extension NumberParsing on String { String hello() { return 'hello 阅读全文
posted @ 2020-01-27 11:50 富坚老贼 阅读(761) 评论(0) 推荐(0)