%
function getGRSN()
dim theGRSN
Randomize
theGRSN = Int((9999999 * Rnd) + 1)
getGRSN = "GRSN=" & CStr(theGRSN)
end function
function createRnd()
dim retval
retval = getGRSN()
if Len(retval) > 4 then
retval = Right(retval, 4)
end if
if Left(retval, 1) = "0" then
retval = "5" & Right(retval, 3)
end if
createRnd = retval
end Function
%>
|
功能跳转 |
|
|
|
|
即时在线翻译 |
| | |
即时在线翻译
请在文本框内输入您需要翻译的内容,然后选择翻译要求(如点击选按中“英汉”,表示输入的内容为英文,需要翻译成中文),然后点击“开始翻译”,您便能马上得到翻译结果。“原文语种”指在文本框中输入的内容的语种类型,有简体中文、繁体中文、英语、日语、俄语、德语可以选择,“译文语种”指将要把输入的内容翻译成结果的语种类型。注意:短文翻译只限5K以内。
| |
|
|
|
|