会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
年少有为
三十载如朝夕,望君多珍惜。
CnBlogs
Home
New Post
Contact
Admin
Subscription
2022年11月26日
回文串判断
1、直接上代码 public static boolean isPalindrome(String s) { //1、判断字符串是否是null或者是空字符,如果是就返回true if (s == null && "".equals(s.trim())) { return true; } //2、移除
Read More
posted @ 2022-11-26 22:46 活出自己范儿
Views(34)
Comments(0)
Diggs(0)
公告