Skip to content

Instantly share code, notes, and snippets.

@awesee
Created June 23, 2016 08:36
Show Gist options
  • Save awesee/f339acf3047cd1012e59e25f45d5f263 to your computer and use it in GitHub Desktop.
Save awesee/f339acf3047cd1012e59e25f45d5f263 to your computer and use it in GitHub Desktop.
是否是微信客户端
window.isInWeixinApp = function() {
return /MicroMessenger/.test(navigator.userAgent);
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment