您当前的位置: 首页 >  c++

鱼儿-1226

暂无认证

  • 0浏览

    0关注

    1100博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

c++ 根据URL 获取 后缀名

鱼儿-1226 发布时间:2021-11-11 18:21:13 ,浏览量:0

            string str= url;             string result = str.substr(src.find_last_of('/') + 1);             string exe = PathFindExtensionA(result.c_str());             ::strcat_s(filePath, exe.c_str());

关注
打赏
1604459285
查看更多评论
立即登录/注册

微信扫码登录

0.0405s