How to narrow down my base64 image url to just the image name?

前端 未结 0 441
-上瘾入骨i
-上瘾入骨i 2021-01-19 15:45

php script:

$contentType = isset($_SERVER["CONTENT_TYPE"]) ? trim($_SERVER["CONTENT_TYPE"]) : \'\';

if ($contentType ===         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题