/** * Created by xiaofeng on 2017/8/9. */ function getParams(url) { var theRequest = new Array(); if (!url) url = location.href; var str = url.substr(url.indexOf("//") + 2); //�� // ��ʼ var strs = str.split("/"); // �� �� / ��Ϊ�ָ������в�� for (var i = 0; i < strs.length; i++){ theRequest.push(strs[i]) } return theRequest; } csrfToken = $('meta[name=csrf-token]').prop('content'); // var is_mobiaaaaaa = navigator.userAgent.toLowerCase().match(/(ipod|iphone|android|coolpad|mmp|smartphone|midp|wap|xoom|symbian|j2me|blackberry|wince)/i) != null; // if (is_mobiaaaaaa) { // window.location.href = "http://m.pinfangw.com/"+objUrl; // }