码迷,mamicode.com
首页 > 编程语言 > 详细

java中toString方法

时间:2020-07-25 23:50:39      阅读:67      评论:0      收藏:0      [点我收藏+]

标签:ref   href   pre   god   mic   nbsp   get   tcl   tty   

技术图片

简而言之:就是返回一个字符串对象,显示的格式为这样子:

getClass().getName() + ‘@‘ + Integer.toHexString(hashCode())

技术图片

 

 所以在实体类中我们都会重写toString()方法,可以显示一些有意义的东西,例如

技术图片

 

 下面这篇有更详细的介绍

 

 https://blog.csdn.net/ITBigGod/article/details/79290332

java中toString方法

标签:ref   href   pre   god   mic   nbsp   get   tcl   tty   

原文地址:https://www.cnblogs.com/zmlgoes/p/13376181.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!