js操作字符串

1.js判断是否包含字符串

var location = 'http://localhost:8080/yydc/f/reg/index';

    if(location.indexOf('f/reg/index')>-1){

           location = document.referrer;

     }

你可能感兴趣的:(js操作字符串)