首页 新闻 会员 周边
1
回答数

已解决问题 正则问题(?!ies)

<script>var str = "industries";var patt1 = /[a-z]{7}(?!ies)/g;document.write(str.match(patt1));</scr