码迷,mamicode.com
首页 > 其他好文 > 详细

String类型是否包含某字段

时间:2017-07-03 18:06:24      阅读:143      评论:0      收藏:0      [点我收藏+]

标签:ext   dex   span   ring   window   als   font   字段   bsp   

思路:indexOf()函数大于0来判断。
boolean hasWhere = false;//命令字段是否已包含了where子句
if(cmd.indexOf("where")>0||cmd.indexOf("WHERE")>0){
        hasWhere=true;
  }  




String类型是否包含某字段

标签:ext   dex   span   ring   window   als   font   字段   bsp   

原文地址:http://www.cnblogs.com/anobugworld/p/7112181.html

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