Blog Stats
Posts - 14
Articles - 11
Comments - 1
Trackbacks - 0
随笔档案
2009年11月 (5)
2009年10月 (9)
文章档案
2009年10月 (2)
2009年9月 (9)
Infernu的Google site
Infernus-JXH
length() length
for(int i = 0; i < colors.length; i++)循环中的length是colors数组的属性,能获取数组的长度,是不需要()的。
int i = colors[0].length(); 此length()是colors数组第一个元素的字符串长度,返回的是一个数字。
posted on 2009-10-13 17:38
Infernus
阅读(45)
评论(0)
编辑
收藏
新用户注册
刷新评论列表
只有注册用户
登录
后才能发表评论。
网站导航:
博客园
IT新闻
Chat2DB
C++博客
博问
管理
Powered by:
.Text
and
ASP.NET
- Copyright © Infernus