return x%2 != 0; // Return true if x is odd. => ok return x>0 == 1; // Return true if x > 0 => this won't work
谁能告诉我为什么第二行不起作用?为什么我不能用">","=","<"...运营商?
">"
"="
"<"
c# lambda
c# ×1
lambda ×1