The if/else statement extends the if statement by specifying an action if the if (true/false expression) is false. if (condition) { // do this if condition ...
確定! 回上一頁