'break' is just telling Java to exit the switch. It helps save time. Otherwise Java will go through all remaining cases. Whether you use 'break' ...
確定! 回上一頁