02 2021 档案

摘要:public class Demo04 { public static void main(String[] args) { //也就是说一个数,等于真(true),即其值为真,反之为假 int score = 80; String type = score <60?"不及格":"及格"; Syst 阅读全文
posted @ 2021-02-06 14:26 静眠 阅读(31) 评论(0) 推荐(0)