为了账号安全,请及时绑定邮箱和手机立即绑定

typescript 判断是否能string转number

typescript 判断是否能string转number

慕标5832272 2019-03-19 13:12:29
typescript 判断是否能string转number
查看完整描述

2 回答

?
慕侠2389804

TA贡献1719条经验 获得超6个赞

解决方法如下:
/**
* 判断字符串是否为空
* @param str 字符串
* @return 是否为空
*/
public static boolean isEmptyString(String str)
{
return str == null || str.trim().length() == 0;
}

查看完整回答
反对 回复 2019-03-23
  • 2 回答
  • 0 关注
  • 1220 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信