match("【ABC1】+2", "C[123456]】")
返回值为true
但是:
match("【门扇·分类单价1】+2", "·分类单价[123456]】")
返回值为false
必须:
match("【门扇·分类单价1】+2", "·分类单[价][123456]】")
返回值为true
match("【ABC1】+2", "C[123456]】")
返回值为true
但是:
match("【门扇·分类单价1】+2", "·分类单价[123456]】")
返回值为false
必须:
match("【门扇·分类单价1】+2", "·分类单[价][123456]】")
返回值为true

被折叠的 条评论
为什么被折叠?