文件名称:jumin
- 所属分类:
- JSP源码/Java
- 资源属性:
- [WORD]
- 上传时间:
- 2012-11-26
- 文件大小:
- 5kb
- 下载次数:
- 0次
- 提 供 者:
- 若*
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
在程序中需要使用到的字符串大致可以分为两大类,一类是创建之后不需要做修改和变动的字符串常量,另一类则是创建之后需要添加,插入和修改等更改的字符串变量。在java中,对于字符串常量对象则使用String类,它提供了许多诸如比较(compareTo),查找(indexOf)之类的操作,而对于字符串变量对象则使用StringBuffer类,它提供了扩充(append),插入(insert)等操作。-In the procedure requires the use of the string can be broadly classified into two categories, do not need to do is to create after the modifications and changes in string constants, and the other is created after the need to add, insert and modify characters, such as changes string variable. In java, for the constant string object is used String category, it provides a lot of comparison, such as (compareTo), search (indexOf) type operation, and for using a string variable object StringBuffer category, which provides expanded (append ), insert (insert) and other operations.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
编写居民身份证源程序.doc