If strict is false (True is the default), then control characters will be allowed inside strings.
Control characters in this context are those with character codes in the 0–31 range, including ' ' (tab), '
', '
' and ' '.
如果strict为false(默认值为True),则字符串中允许使用控制字符。此上下文中的控制字符是那些字符代码在0–31范围内的字符,包括“ ”(制表符)、“
”、“r”和“ ”。