cc.rectIntersectsRect is removed, please use

2.0.7版本 现在cc.rectIntersectsRect不用了用什么代替啊

可以使用:rectA.intersects(rectB)

可以在引擎源码的deprecated.js 看到。