9月26号英语记录

convert  转换
string  字符串
byte  字节
double  双精度数值
decimal  十进制的、小数的
unit  32位无符号整数
array  数组
dimension 尺寸、维度
upper  上部的
bound  界限、范围
rank  矩阵的秩、排列
response  回答、响应
write  写
struck  结构
enum  枚举
try  尝试、试图
catch  捕捉
if......else...... 如果......否则......
switch...case...default... 给字值用case去判断,都不对则输出default的值
注:每个case后必须用break跳出循环
int  string[ ].Length 获得一个32位整数,该整数表示system.array
的所有维数中元素的总数。
int string[ ].Rank  获取system.array的秩(维数)
int string[ ].Getupperbound(int  dimension) 获取system.array的指定维度的
上限。 

你可能感兴趣的:(职场,英语,休闲)