百度图床上传必看

百度图床上传必看

请先到百度 https://www.baidu.com/ 登录账号(已登录的请忽略),再上传图片;部分浏览器 可以直接解析链接,但那个旧链接已经被百度和谐,所以需要手动提取并补全;

上传成功返回

{
    "err_no": 0,
    "err_msg": "",
    "data": {
        "cur_time": null,
        "pic_id": "300923504645",
        "fullpic_width": 1076,
        "fullpic_height": 983,
        "pic_type": 1,
        "full_datalen": 283803,
        "full_sign0": null,
        "full_sign1": null,
        "pic_id_encode": "94cad1c8a786c9177a7617198f3d70cf3bc7579c",
        "pic_desc": "微信图片编辑_20240718095301_20240718095403A059",
        "pic_water": "http://imgsrc.baidu.com/super/pic/item/94cad1c8a786c9177a7617198f3d70cf3bc7579c.jpg"
    }
}

其实就把pic_water  后面的链接中的   super改为forum即可    需要使用https的就换成https

image

把下面的代码粘贴到任意名称.html文件中  然后浏览器打开 ,上传文件  修改链接即可

<!DOCTYPE html>
<html>
<head>
        <meta charset="utf-8">
        <title>图片上传</title>
</head>
<body>
        <form enctype="multipart/form-data" action="https://sp0.baidu.com/6_R1fD_bAAd3otqbppnN2DJv/Pic/upload?pid=super&app=skin&logid=2915142959" method="post">
                <input type="file" name="file"><br/>
                <input type="submit" value="上传">
        </form>
</body>
</html>
© 版权声明
THE END
喜欢就支持一下吧
点赞6 分享
评论 抢沙发
头像
欢迎您留下宝贵的见解!
提交
头像

昵称

取消
昵称表情代码图片

    暂无评论内容