获取资源全路径
小于 1 分钟
if (cc["resources"]) {
return cc.assetManager.utils.getUrlWithUuid(
cc["resources"].getInfoWithPath(path_s_).uuid,
{ isNative: cc.sys.isNative, ext: ".json" }
);
} else {
return cc.url.raw(`resources/${path_s_}.json`);
}
后缀按类型替换