我在这里有这个RegEx:
/^function(\d)$/
它匹配function(5)但不匹配function(55).怎么会?
function(5)
function(55)
regex
regex ×1