<%
'============================================================================================================================
'Function list:
'1: Establish a database connection ConnOpen (DataBaseConnectStr, DBType, Conn_object)
'2: Disconnect the database ConnClose(Conn_object)
'3: Prevent SQL injection of SafeRequest(paraName,paraType)
'4: Format date DateFormat(dateStr,dateType)
'5: Show error prompt ShowErr(errStr)
'6: Query the specific data in the string SelectStr(contentStr, patternStr, patternNum)
'7: Filter the specified character Leach(contentStr, badWords)
'8: Remote file content crawling Seize(urlStr)
'9: Data flow encoding processing BytesToBstr(body,cset)
'10: Encoding cookiescodeCookie(contentStr)
'11: Decode cookiesDecodeCookie(contentStr)
'12: Check whether the data submission source is legal ChkPost()
'13: Personalized encryption MyEncrypt(StrPassword)
'14: NoBuffer() is prohibited from cached on this page
'15: Web page format input text HTMLEncode(fString)
'16: Intercept the specified length of the string from the head (calculated by characters) GotTopic(Str,StrLen)
'17: Check verification code CheckRadomPass (RadomPass)
'18: Generate verification code GetCode()
'19: Get the client operating system version GetSystem()
'20: Database Transaction ConnManage(Conn_object)
'21: Quick Sort (recursive) QuickSort(arr,Low,High)
'22: Connect the elements of the array in a specific string arr_join(arr, character)
'23: Return the number of strings divided by a certain split character count_character(str,character)
'24: Intercept the specified number of strings in the string containing the splitter inter_str_by_character_num(str,character,start,num)
'25: Use Stream to download file downloadFile(strFile)
'26: Return information send_back(ResultWords)
'27: Get error message get_err()
'28: Contrary to SafeResponse(content)
'29: Save RemoteFile(LocalFileName,RemoteFileUrl)
'30:...
dimlanguage_arr(10)
language_arr(0)="The parameter setting of database connection is incorrect!"