2019年7月1日

手写代码注意点 -- 类型转换

摘要: char, int, long, boolean, float, double --> String Correct syntax: String.valueOf(char) Wrong syntax: char.toString() Because these primitive are not 阅读全文

posted @ 2019-07-01 18:18 frank_cui 阅读(224) 评论(0) 推荐(0)

导航

levels of contents