您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

msredirect.html 218B

123456789101112
  1. <!DOCTYPE html>
  2. <html>
  3. <body>
  4. <script>
  5. window.opener
  6. && window.opener.postMessage({
  7. type: 'ms-login',
  8. url: window.location.href
  9. }, window.location.origin);
  10. </script>
  11. </body>
  12. </html>