-
请提供下述完整信息以便快速定位问题/Please provide the following information to quickly locate the problem
|
Beta Was this translation helpful? Give feedback.
Answered by
zz1988
Dec 8, 2023
Replies: 1 comment
-
英文长度是按照字母计算的,需要将空格计算在内。 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
SWHL
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
英文长度是按照字母计算的,需要将空格计算在内。
我印象中,定义的
max_text_length
需要比实际的长度至少多两位数。比如要想识别身份证号,实际中身份证号是18位,那在config文件中定义的
max_text_length
至少要为20,否则会报错。