企业微信解决方案

微服务应用系统

微服务应用包括:天气查询、手机查询、邮编查询、快递查询、身份证查询、人品计算、翻译、字典、百科、音乐、笑话、公交线路、火车线路、机器人学习等功能。


<% footcodexml = "/cache/footcode.xml" Set objxml=Server.CreateObject("Microsoft.XMLDOM") objxml.Async=False objxml.Load(Server.Mappath(footcodexml)) If objxml.parseError.errorcode = 0 Then Set oContent = objxml.documentElement.selectSingleNode("root") i = 0 Do While i < oContent.childNodes.length If LCase(oContent.childNodes.item(i).text)=LCase(SiteSkin) And oContent.childNodes.item(i).getAttribute("use") = "1" Then uid = oContent.childNodes.item(i).getAttribute("uid") stat = oContent.childNodes.item(i).getAttribute("stat") Exit Do End If i = i + 1 Loop End If %> <%=FooterOther%>