1. code[length] = value;
2. (unsigned short &)code[length] = value;
code[length] = value;
数组名称=code
数组位数=length
值=value
强类型转换= (unsigned short &)