简单教程
提交运行
代码编辑器:
<script> var str="100, 1000 or 10000?"; var patt1=/\d{4}/g; document.write(str.match(patt1)); </script>
运行结果: