摘要: class Service { // 工厂模式 factory Service() =>_getInstance(); static Service get instance => _getInstance(); static Service _instance; Service._internal 阅读全文
posted @ 2020-06-05 17:25 MJHelloWorld 阅读(1614) 评论(0) 推荐(0) 编辑