石广澎
2025-06-18 9d2851fd93323581ea382d5191e2dbb90642b963
1
2
3
4
5
6
7
export function os() {
    return uni.getSystemInfoSync().platform;
};
 
export function sys() {
    return uni.getSystemInfoSync();
}