P18scala> "Hello".filter(_ != 'l')res1: String = Hello应为scala> "Hello".filter(_ != 'l')res1: String = HeoP19译文:领域特定语言是用于特定领域...