转义字符和正则
我们在写代码时,使用的是字符来表达,这些字符是编程语言定义的关键字或保留字,他们可以是单词或者单个字符。一段Java代码如下: public FileInputStream(File file) throws FileNotFoundException { String name = (file != null ? file.getPath() : null); SecurityManager security = System.getSecurityManage