Warning: Undefined global variable $debug in /var/www/ourcoders/tiny4cocoa/application/controllers/baseController.php on line 124
灵感之源 2019-09-25 10:16:37 发布的技术动态 - OurCoders (我们程序员)
灵感之源
2019-09-25 10:16:37 发布
.NET Core 3.0 / C# 8.0 新特性系列1:Compound Assignment。原来:string foo = GetFoo();foo = foo ?? “你的默认值”;现在:foo ??= “你的默认值”;