Dart 在页面上展示特殊字符 (r 前缀) 2021-01-19 本文已影响0人 Wuthier 使用 r 前缀,可以创建 “原始 raw” 字符串: var s = r"In a raw string, even \n isn't special.";