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

9 行
285 B

  1. redirect_template = '''<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
  2. <html>
  3. <head>
  4. <title>%s</title>
  5. <meta http-equiv="REFRESH" content="0; url=%s"></HEAD>
  6. <BODY style="font-family: Arial; padding: 8px; font-size: 14px; margin: 0px;">
  7. Redirecting...
  8. </BODY>
  9. </HTML>'''