Without null safety: bool isEmpty(String string) => string.length == 0; main() { isEmpty(null); }. 如果你在运行这个Dart 程序时并未使用空安全,它将在调用 ...
確定! 回上一頁