An assert is similar to an Error in that it is for reporting bad states that should never happen. The difference is that asserts are only checked in debug mode.
確定! 回上一頁