最佳答案
有可能做这样的事吗?
var pattern = /some regex segment/ + /* comment here */
/another segment/;
还是必须使用新的 RegExp()
语法并连接字符串?我更喜欢使用文字,因为代码更加明显和简洁。