java判断字符串是否有逗号

if(str.indexOf(",") >= 0)
    System.out.println("字符串中有逗号"); 
请使用浏览器的分享功能分享到微信等