void main() {
var a = 10;
var res = a > 12 ? "value greater than 10":"value lesser than or equal to 10";
print(res);
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266236.html
void main() {
var a = 10;
var res = a > 12 ? "value greater than 10":"value lesser than or equal to 10";
print(res);
}
原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/266236.html