// Dart语言声明布尔变量
void main() {
bool test;
test=12 > 5;
print(test);
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266147.html
// Dart语言声明布尔变量
void main() {
bool test;
test=12 > 5;
print(test);
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266147.html