文件名称:Phone
- 所属分类:
- JSP源码/Java
- 资源属性:
- [Java] [源码]
- 上传时间:
- 2013-06-09
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- liuz****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
下载
别用迅雷、360浏览器下载。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
如迅雷强制弹出,可右键点击选“另存为”。
失败请重下,重下不扣分。
介绍说明--下载内容均来自于网络,请自行研究使用
定义一个phone类把其中的一些变量定义为private,通过Phonef方法获取phoneNumber,再通过get和set方法获取phoneNumber的区号和号码。通过重写Tostring方法分别输入电话号码和输出电话号码,同时用到啦String.indexOf( )和 String.substring( )获取区号和号码,最好在主函数中输出区号和号码。-Define a phone class to which some variables defined for private, access to phoneNumber through the Phonef method, and then the area code and number for phoneNumber by get and set methods. Enter phone number and telephone number output by overriding the Tostring method, and use String.indexOf () and String.substring () to obtain the area code and number, the best output the area code and number in the main function.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Phone.java