File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ <!--
2+ * @Date: 2019-12-31 19:21:38
3+ * @Author: MemoryShadow
4+ * @LastEditors: MemoryShadow
5+ * @LastEditTime: 2020-07-01 16:02:01
6+ * @Effect: Do not edit
7+ -->
18<!DOCTYPE html>
29< html lang ="zh ">
310
1522 document . getElementById ( id ) . innerHTML = XmlHttp . responseText ;
1623 }
1724 }
18- XmlHttp . open ( "GET" , "https://memoryshadow.freetzi.com/Template/Public/ToolAPI/?Mode=ajax &Function=CaiHongPi" , true ) ;
25+ XmlHttp . open ( "GET" , "https://memoryshadow.freetzi.com/Template/Public/ToolAPI/?Mode=Ajax &Function=CaiHongPi" , true ) ;
1926 XmlHttp . send ( ) ;
2027 }
2128 function GetErrorMsg ( ErrorCode ) {
2936 document . getElementById ( 'ErrorInfo' ) . innerHTML = XmlHttp . responseText ;
3037 }
3138 }
32- XmlHttp . open ( "GET" , "https://memoryshadow.freetzi.com/Template/Public/ToolAPI/?Mode=ajax &Function=ErrorMsg&ErrorCode=" + ErrorCode , true ) ;
39+ XmlHttp . open ( "GET" , "https://memoryshadow.freetzi.com/Template/Public/ToolAPI/?Mode=Ajax &Function=ErrorMsg&ErrorCode=" + ErrorCode , true ) ;
3340 XmlHttp . send ( ) ;
3441 }
3542 var Data ;
4350 document . getElementById ( 'TranslateResultSource' ) . innerHTML = XmlHttp . responseText ;
4451 }
4552 }
46- XmlHttp . open ( "GET" , "https://memoryshadow.freetzi.com/Template/Public/ToolAPI/?Mode=ajax &Function=Translate&Query=" + Query , true ) ;
53+ XmlHttp . open ( "GET" , "https://memoryshadow.freetzi.com/Template/Public/ToolAPI/?Mode=Ajax &Function=Translate&Query=" + Query , true ) ;
4754 XmlHttp . send ( ) ;
4855 }
4956 function GetXmlHttp ( ) {
You can’t perform that action at this time.
0 commit comments