Function: inWeixin

inWeixin(): boolean

是否是微信内核

Returns

boolean

当前环境是否为微信内核

Example

inWeixin();
// => false
ON THIS PAGE