To create a raw string in Python, prefix a string literal with 'r' or 'R'. Python raw string treats backslash () as a literal character.
確定! 回上一頁