<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>share</title> <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta name="renderer" content="webkit"> <meta name="description" content="" /> <meta name="keywords" content="" /> <meta name="robots" content="index,follow" /> <!-- 搜索引擎抓取 --> <meta name="apple-mobile-web-app-capable" content="yes"> <meta name="apple-mobile-web-app-status-bar-style" content="black"> <meta name="x5-fullscreen" content="true"> <meta name="full-screen" content="yes"> <meta name="screen-orientation" content="portrait"> <link rel="stylesheet" type="text/css" href="css/share.css" /> </head> <script> // window._bd_share_config = { // common: { // "bdText": '这是分享的标题', // "bdComment": '我是通用分享设置,会出现在发送给QQ好友里的描述', // "bdStyle": "0", // "bdSize": "32", // "bdDesc": '给你的好友留一句话吧', // "bdUrl": 'http://html.huiyiguanjia.com/Test/studyTest/some-tips/%E7%99%BE%E5%BA%A6Share/index.html', // "bdPic": 'http://pic.huiyiguanjia.com/File/190103/Zd4nFYpsYz.jpg' // }, // share: [{ // "bdSize": 16 // }], // } with(document) 0[(getElementsByTagName('head')[0] || body).appendChild(createElement('script')).src = 'http://bdimg.share.baidu.com/static/api/js/share.js?cdnversion=' + ~(-new Date() / 36e5)]; </script> <body> <h3>我在测试百度分享代码</h3> <div class="main"> <div class="bdsharebuttonbox" data-tag="share_1"> <a class="bds_mshare" data-cmd="mshare"></a> <a class="bds_qzone" data-cmd="qzone" href="#"></a> <a class="bds_tsina" data-cmd="tsina"></a> <a class="bds_baidu" data-cmd="baidu"></a> <a class="bds_renren" data-cmd="renren"></a> <a class="bds_tqq" data-cmd="tqq"></a> <a class="bds_more" data-cmd="more">更多</a> <!--<a class="bds_count" data-cmd="count"></a>--> </div> </div> </body> </html>