标签:ajax doctype eof attr span 页面 indexof pre 异步请求
ajax前置处理实现异步请求session过期时跳转登录页面
function checkLogin(json) { if (typeof(json) === ‘string‘ && ~json.indexOf(‘<!DOCTYPE html>‘)) { window.location.href = $(‘base‘).attr(‘href‘) + ‘auth/login‘ } }
标签:ajax doctype eof attr span 页面 indexof pre 异步请求
原文地址:http://www.cnblogs.com/jzm17173/p/6072432.html