发布日期:2019-02-23浏览次数:42284 京东图床上传接口PHP源码:<?php/**京东图床PHP代码*/if (class_exists('CURLFile')) { // php 5.5 $post['file'] = new \CURLFile(realpath($_FILES['Filedata']['tmp_name']));} else { $post['file'] = '@'.realpath($_FILES['Filedata']['tmp_name']);}$rel = get_curl('https://search.jd.com/image?op=upload',$post);pr...