Files
cocos-engine/docs/cocos2d/core/utils/CCPath/extname.js

6 lines
196 B
JavaScript

---------------------------
cc.path.extname("a/b.png"); //-->".png"
cc.path.extname("a/b.png?a=1&b=2"); //-->".png"
cc.path.extname("a/b"); //-->null
cc.path.extname("a/b?a=1&b=2"); //-->null