文章分类 -  SSO

摘要:1 $.ajax({ 2 type: "GET", 3 url: "test.php", 4 success: function(data) { 5 console.log(data); 6 }, 7 beforeSend: function(xhr) { 8 token = window.localStora... 阅读全文
posted @ 2018-12-20 14:22 MollyHan 阅读(1948) 评论(0) 推荐(0)