码迷,mamicode.com
首页 > Web开发 > 详细

js相关

时间:2018-02-09 15:25:12      阅读:133      评论:0      收藏:0      [点我收藏+]

标签:blog   class   判断   方法   gpo   indexof   log   http   记录   

记录工作中用到的js实用方法:

1. 判断包含:indexOf

"https".indexOf("http") 包含结果为0,不包含结果为-1;

通常用("https".indexOf("htt") != -1)判断包含

js相关

标签:blog   class   判断   方法   gpo   indexof   log   http   记录   

原文地址:https://www.cnblogs.com/tong2018/p/8430768.html

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