logo
publist
写文章

简介

该用户还未填写简介

擅长的技术栈

可提供的服务

暂无可提供的服务

vue-生成随机颜色

生成随机颜色代码为this.color = rgb(${Math.round(Math.random()*255)},${Math.round(Math.random()*255)},${Math.round(Math.random()*255)});<!DOCTYPE html><html lang="en"><head><meta charset="U

用VUE实现简单的单选效果

<template><view class="content"><view :class="{'box':sIn == index ? true : false}" v-for="(item,index) in arr" :key="index" @click="ch(index)">数组的第{{index+1}}个:{{item}}</view>&

#vue.js
到底了