function ck(yWebsite){
if (isAndroid) {
//android设备
uexWidget.loadApp(‘android.i appcanntent.action.VIEW’, ‘text/html’, yWebsite);
}
else {
//IOS设备
uexWidget.loadApp(yWebsite,null,null);
}
}
天地有万古,此身不再得;人生之百年,此日最易过。幸生其间者,不可不知有生之乐
function ck(yWebsite){
if (isAndroid) {
//android设备
uexWidget.loadApp(‘android.i appcanntent.action.VIEW’, ‘text/html’, yWebsite);
}
else {
//IOS设备
uexWidget.loadApp(yWebsite,null,null);
}
}
发表回复