当前位置:网站首页>Determine whether it is a web page opened on wechat
Determine whether it is a web page opened on wechat
2022-06-25 19:40:00 【Bin daotianxia】
var ua = window.navigator.userAgent.toLowerCase();
if(ua.match(/MicroMessenger/i) == 'micromessenger'){
alert(' Opened by wechat ')
}else{
alert(' Not opened by wechat ')
}
Attach a picture , Open in browser
边栏推荐
- Cutting feet to fit shoes - talking about the ramp reconstruction on the track
- 请问通达信开户安全吗?
- Solve the problem that sublime Text3 package control cannot install plug-ins
- MySQL transaction explanation
- Ali visual AI training camp -day03- construction of electronic photo album (face and expression recognition)
- On Oracle full stack virtual machine -- graalvm
- [today in history] June 25: the father of notebook was born; Windows 98 release; First commercial use of generic product code
- ECS 7-day practical training camp (Advanced route) -- day01 -- setting up FTP service based on ECS
- English name of each stage of software version
- 五、HikariCP源码分析之初始化分析二
猜你喜欢
什么是算子?
mysql load data infile
Ali visual AI training camp -day03- construction of electronic photo album (face and expression recognition)
LeetCode-78-子集
Connecting PHP to MySQL instances in the lamp environment of alicloud's liunx system
ECS 7-day practical training camp (Advanced route) -- day03 -- ecs+slb load balancing practice
Analysis on development scale and development trend of China's night economy industry in 2021 [figure]
LNMP compilation and installation
[today in history] June 25: the father of notebook was born; Windows 98 release; First commercial use of generic product code
ECS 7-day practical training camp (Advanced route) -- day01 -- setting up FTP service based on ECS
随机推荐
Mysql database design suggestions
Solidity contract address to wallet, wallet address to contract
Google SEO external chain releases 50+ website platform sharing (e6zzseo)
QQ机器人闪照转发/撤回消息转发【最新beta2版本】
Validation of TTF font by validator of laravel
Yum command
Tiger DAO VC产品正式上线,Seektiger生态的有力补充
PHP FPM, workman, spoole, golang simple performance test
Principles of MySQL clustered index and non clustered index
Analysis on planting area, output and import of sugarcane in Guangxi in 2021: the output of sugarcane in Guangxi accounts for 68.56% of the total output of sugarcane in China [figure]
Laravel validation rule followed Role of auth:: id()
Jump jump games auxiliary (manual version) py code implementation
Simple native JS tab bar switching
Guangzhou Sinovel interactive creates VR Exhibition Hall panoramic online virtual exhibition hall
What are Baidu collection skills? 2022 Baidu article collection skills
Network security detection and prevention test questions (V)
Vulnhub range - correlation:2
Dependency injection in PHP reflection implementation framework
Native JS array some method de duplication
Favorite PHP debugging methods