Finally, "\" can be used to escape itself: "\\" is the literal backslash character. >>> print 'It\'s raining' It's raining ...
確定! 回上一頁