1. 使用assert , 必须在java 后使用参数-ea
java -ea HelloWorld
2. 所以在eclipse中, 选择run... 然后设置jvm参数-ea就ok了
注:assert的条件为假时触发。