4
<script type="text/javascript">
var str=">1 people>9 people>1u people";
document.write(str.match(/>.*people/img).length);
</script>
在http://www.w3schools.com/jsref/tryit.asp?filename=tryjsref_regexp_dot。 此代碼應該返回一個大小爲的數組,但它會返回大小爲的數組。
問題在哪裏?