Well, everything can be run in any other browser, not IE8. I connected pie.htc to fix the rounded corners of IE8. Everything is normal. Then I found IE8 There are some problems with html5. This is
Tag: again
The pit in COCOS-JS, CTOR can no longer call the CTOR again, otherwise it will cycle
The pit in cocos-js, in ctor, can’t call ctor again, otherwise it will loop infinitely
The pit in cocos-js, in ctor , Ctor cannot be called again, otherwise it will loop infinitely
COCOS-JS cannot use RemoveAllChildren, otherwise it will cause the touch priority when it is added again.
Solution:
1. Do not call removeAllChildren (not very good)
2. Before adding children again, put The parent element is not touchable: setTouchEnabled(false). After adding children, call: