package day20;
public class StudentMessage {
String student_id;
String student_name;
float student_socre;
StudentMessage(String student_id,String student_name,float student_socre){
this.student_id = student_id;
this.student_name = student_name;
this.student_socre = student_socre;
}
@Override
public String toString() {
return "学生ID=" + student_id + ", 学生姓名=" + student_name + ", 学生成绩="
+ student_socre ;
}
}
每个轻松的笑容背后
都是一个曾经咬紧牙关的灵魂
每个出类拔萃的人
都为他现在所站的位置
付出了很多很多
那些表面轻松
看上去云淡风轻的人
何尝不是
经历了无数个暗夜里的跋山涉水
原来
觉得累的人
从来都不只有我们一个
――――――――――――――
我相信生活里也有一种东西叫做触底反弹
最坏的事情都一股脑地挤过来了
很快就要反弹了
你要有好运了
每个人的成功背后都有着不为人知的努力和坚持。文章讲述了成功人士之所以能够站在现在的高度,是因为他们付出了比别人更多的努力,并且在看似轻松的背后,经历了很多艰难困苦。
149

被折叠的 条评论
为什么被折叠?



