> <br /><br /> Please enter your chosen password: <asp:textbox id="text3" runat="server" textmode="password" /> <br /><br /> <input type="Submit"> </form> </body> </html> 多维数组: string [,] strStr1=new string[3,2]; c#不限制数组的大小,只有内存来限制它,然而在实际使用过程中,当有超过三维以上的数组时,就需要考虑其它的解决方案,比如对象。 不规则数组: string [] strNre=new string[2][]; string strNre[0]=new string[8]; string strNre[1]=new string[2]; 2、结构 定义:struct nameabc{……}; 3、枚举 e页码:[1] [2] [3] [4] [5] [6] 第5页、共6页 |