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.
确定浏览器是否支持ECMAScript 2018 语言规范中指定的新正则表达式功能的最佳实践是什么?
我怀疑你只需要编写 try catch 语句或通过检测浏览器版本来完成,但我想我先在这里检查一下。