mirror of
https://github.com/cocos/cocos-engine.git
synced 2026-09-07 00:02:53 +08:00
6 lines
196 B
JavaScript
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
|