我遇到了这样的语法:
System.out.println(boolean_variable ? "print true": "print false");
https://stackoverflow.com/questions/17470595
相似问题