'## 簡單的跳轉
- 在APP里跳轉需要下載InAppBrowser插件
ionic cordova plugin add cordova-plugin-inappbrowser
//跳轉到QQ:
cordova.InAppBrowser.open('mqqwpa://im/chat?chat_type=wpa&uin='+data.qq+'&version=1&src_type=web&web_src=oicqzone.com ','_system','location=no')
//跳轉到QQ群
cordova.InAppBrowser.open('mqqapi://card/show_pslcard?src_type=internal&version=1&uin='+data.qq+'&card_type=group&source=qrcode ','_system','location=no')
*需要注意的是得用_system,不然會說未定義的scheme