Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
IDEA 不允许出现此错误,我无法找到关闭此类错误的选项。有谁知道如何修复错误或关闭警告。javascript 工作正常,只有 IDEA 认为这是一个问题
您正在通过在字符类中间使用连字符(-)来创建范围。您应该将其移动到任一端。
另外,请注意,您不需要转义字符类中的正则表达式元字符。他们在那里失去了意义。
所以,只需使用:
[-\w._+%]