App内网址链接外部浏览器页面-kp appcan 2015年3月17日 function ck(yWebsite){ if (isAndroid) { //android设备 uexWidget.loadApp(‘android.i appcanntent.action.VIEW’, ‘text/html’, yWebsite); } else { //IOS设备 uexWidget.loadApp(yWebsite,null,null); } }