标签:code rom false === als port android平台 alert span
import { Platform, } from ‘react-native‘; alert(JSON.stringify(Platform)); android手机弹出:{"OS":"android","Version":25,"is Testing":false} 我是android7.1的 如果是苹果OS则为iOS 所以可以用以下判断方式 if(Platform.OS===‘android‘){ //如果是android平台 }else{
标签:code rom false === als port android平台 alert span
原文地址:https://www.cnblogs.com/summary-2017/p/9462744.html