微信端分享、手机QQ好友分享以及小程序和H5数据交互
微信为我们提供了从微信分享到到朋友圈、微信好友、qq好友、qq空间时,所显示不同的分享文案。(接口是收费的) 效果:用户用微信扫码显示的h5页面,点击右上角就会弹出底部框。如果是app嵌套h5页面分享功能的话,让app开发人员提供调用唤起分享弹出窗口…
889 2018-09-09 去围观手机浏览pc页面出现空白
手机 移动端 浏览 访问pc页面问题 当我们做pc网站时候调试都是在电脑上,但是当用手机浏览页面时就会出现,如以下: 解决: @media screen and (max-width: 1201px) { html { width:1200px; margin:0 auto; } } 当手机浏览pc页面时如果…
665 2018-08-30 去围观wordpress笔记
<?php get_header(); ?> <!--加载header.php文件--> <?php get_footer(); ?> <!--加载footer.php文件--> <?php language_attributes(); ?> <!--lang="zh-CN"--> <?php bloginfo( 'charset' ); ?> <!--UTF-8--> …
484 2018-08-16 去围观解决:Your VM has become "inaccessible."
Bringing machine 'homestead-7' up with 'virtualbox' provider... ==> homestead-7: Checking if box 'laravel/homestead' is up to date... Your VM has become "inaccessible." Unfortunately, this is a critical error with VirtualBox that Vagrant can n…
606 2018-08-15 去围观