为什么用电脑写博客插入的图片,手机上看不到

为什么用电脑写博客插入的图片,手机上看不到,电脑上可以看。
手机上写就没问题

img

可以使用html插入图片,其源码为:

<center>
    <img style="border-radius: 0.3125em;
    box-shadow: 0 2px 4px 0 rgba(34,36,38,.12),0 2px 10px 0 rgba(34,36,38,.08);" 
    src="https://img-blog.csdnimg.cn/91c4752817c64a2982b40d6bf9a0972d.png">
    <br>
    <div style="color:orange; border-bottom: 1px solid #d9d9d9;
            display: inline-block;
            color: #999;
            padding: 2px;">
    <font color=ba> 脉宽/频率测量示意图 </font>
    </div>
</center>

img

  • 你怎么插入的图片,markdown还是啥?原始的编辑界面截个图看看