设置微信分享企业网站时,微信缩略图,
图片:
<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>测试</title> <meta name="description" content=""> <meta name="keywords" content=""> <link href="" rel="stylesheet"> <div id=‘wx_pic‘ style=‘margin:0 auto;display:none;‘> <img src=‘300.png‘ /> </div> </head> <body> <h1>test1</h1> </body> </html>
其中:
<img src=‘自定义图片‘ />
原文地址:https://www.cnblogs.com/q1104460935/p/8124299.html
时间: 2024-11-13 07:45:10