摘要:
在线直播系统源码,默认倒计时,自定义输入时间倒计时 html部分代码 <div id="app"> <input type="num" v-model="time"> <input type="button" @click="click_input(time)" value="点击"> <div>{ 阅读全文
posted @ 2023-05-04 13:59
云豹科技-苏凌霄
阅读(69)
评论(0)
推荐(0)
摘要:
直播软件搭建,全局过滤器(时间,年月日,一千加逗号处理) 步骤一:处理数据 export const formatYmd = (date) => { let time = new Date(date) let y = time.getFullYear() let m = time.getMonth( 阅读全文
posted @ 2023-05-03 14:13
云豹科技-苏凌霄
阅读(38)
评论(0)
推荐(0)
摘要:
直播平台搭建源码,bootstrap实现图片轮播效果 <!DOCTYPE html><html><head> <meta charset="UTF-8"> <title>设计轮播图效果</title> <meta name="viewport" content="width=device-width 阅读全文
posted @ 2023-05-03 14:06
云豹科技-苏凌霄
阅读(28)
评论(0)
推荐(0)
摘要:
直播商城源码,利用Python将图片批量改成任意格式 import globimport osimport threadingfrom PIL import Imagedef create_image(infile, index): os.path.splitext(infile) im = Ima 阅读全文
posted @ 2023-05-03 14:02
云豹科技-苏凌霄
阅读(21)
评论(0)
推荐(0)
浙公网安备 33010602011771号