Conditional statements are always required to be enclosed with braces, irrespective of the number of lines required. AVOID: if (someTest) doSomething(); if ( ...
確定! 回上一頁