- 博客(5)
- 问答 (1)
- 收藏
- 关注
原创 TypeScript基础类型
TypeScript基础类型数字类型 Number//let 变量名:数据类型 = 值let digit1:number = 10 //十进制let digit2:number = 0b1010 //二进制let digit3:number = 0o12 //八进制let digit4:number = 0xa //十六进制布尔类型 boolean//let 变量名:数据类型 = 值let right:boolean = true //真let mistake:boolean = fa
2021-02-05 15:09:49 165
原创 python判断生肖
需求输入年份返回当前年的十二生肖生肖顺序的位置:申猴、酉鸡、戌狗、亥猪、子鼠、丑牛、寅虎、卯兔、辰龙、巳蛇、午马、未羊、代码# 把生肖排好顺序放在数组里面chineseZodiac = ['猴', '鸡', '狗', '猪', '鼠', '牛', '虎', '兔', '龙', '蛇', '马', '羊']# 获取用户输入的年year = input('输入你的生日年:')# 判断用户输入的是否正确if len(year) <= 4: print(f'{year}年是{c
2021-12-06 10:19:47 6306 1
原创 前端录音功能(JS)
HTML代码<!DOCTYPE html><html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta http-equiv="X-UA-Compatible" content="ie=edge" /> &
2021-12-01 15:28:31 2169 1
空空如也
宝塔部署python django项目
2021-12-18
TA创建的收藏夹 TA关注的收藏夹
TA关注的人