JavaScript错误:Uncaught RangeError: Maximum call stack size exceeded
堆栈溢出
原因:有小类到大类的递归查询导致溢出
解决方法思想:
A、在做递归查询时候由大类到小类去查询
B、匹配结果后及时return 退出,防止过多查询