//定义数组
let geyao:number[]=[1,2,3,4]
//伪数组
function test(){
console.log(arguments)
// let htmlCollection:Node=arguments
}
// 元祖 不能多不能少
let user:[string,number]=["geyao",1]
2023-03-16 06:47:52 阅读次数:326
//定义数组
let geyao:number[]=[1,2,3,4]
//伪数组
function test(){
console.log(arguments)
// let htmlCollection:Node=arguments
}
// 元祖 不能多不能少
let user:[string,number]=["geyao",1]
用python写的充值卡冲话费的代码
流程控制_if条件控制_语法解读
shell基础_脚本执行
流程控制_基础知识_流程基础
内容格式化_输出格式化_echo解读
内容格式化_输入格式化_EOF原理
数组实践_基础操作_数组基础
表达式_表达式_数字表达式
表达式_表达式进阶_[[]] 测试进阶
流程控制_case条件控制_嵌套实践
文章
28936
阅读量
3934674
2025-01-08 08:40:58
2024-12-19 08:42:50
2024-12-19 08:41:28
2024-11-18 09:54:42
2024-09-25 10:15:15
2024-09-25 10:14:48
2022-11-17 12:37:24
2022-11-14 02:56:39
2023-02-20 10:30:04
2023-07-26 07:51:41
2023-03-16 07:13:43
2023-05-15 10:01:00