08 2022 档案
摘要:<template> <div ref="height" class="wrap"> <div class="tab"> <div @click="get(v)" :class="{ 'active': v num }" v-for="(i, v) in listtab" :key="v">{{ i
阅读全文
摘要:<template> <div class="wrap"> <div class="header" :class="{ 'active': headerScroll }"></div> <!-- :class="{'active' : headerScroll}" --> <h1>dfdfsdf</
阅读全文
摘要:import { View, Text, Button } from 'react-native' import React, {useContext,useEffect, useState,useReducer} from 'react' const My = () => { const init
阅读全文
摘要:环境配置 https://www.bilibili.com/video/BV1f741127TE?is_story_h5=false&p=1&share_from=ugc&share_medium=android&share_plat=android&share_session_id=33944ae
阅读全文
摘要:const base = clientWidth / 23.4375 htmlDom.style.fontSize = clientWidth < 1500 ? clientWidth < 500 ? htmlWidth / (clientWidth / base) + 'px' : htmlWid
阅读全文
摘要:// function postarr (array:number[], size:number) { // const data = [] // for (let i = 0; i < array.length; i += size) { // data.push(array.slice(i, i
阅读全文