1. Type the escape character \. As you know, the double quote symbol " has special meaning in Java (displaying text). Whenever you want to ignore one of these ... 2. Type " to display the double quote. These two characters together are called an escape sequence. Each escape sequence has a special meaning. In this case ... 3. Continue your code as usual. The escape sequence does not affect the rest of your code. There is no need to type anything else to return to normal programming.
確定! 回上一頁