中文
Appearance
判断微信客户端是否有安装
无
0 代表未安装 1代表已安装
window.Wechat.isWXAppInstalled( function(res) { console.log('wechat installed result:', res); }, function(err) { console.error(err); } )