Maison > Questions et réponses > le corps du texte
Veuillez me dire comment utiliser XMLHTTP pour soumettre du JSON et comment l'obtenir côté serveur ? Ce n'est pas .Net
J'ai déjà connecté un client à l'interface SMS de Montnets Cloud Communication Platform. Je pouvais envoyer l'urlencode json xml mais le retour est uniquement json ou xml. Actuellement, j'utilise json pour soumettre et renvoyer json <. 🎜>
phpcn_u15102017-05-11 15:47:34
参考一下以下代码
sUrl = "http://localhost/UserLogin/"
stext = "{""A"":""1"",""P "":""9630111"",""Email"":""iamm"",""PassWord"":""111111""}"
Définissez WS1 = Server.CreateObject("MSXML2. XMLHTTP")
WS1.open "POST",sUrl,False
Ws1.Send(stext)
Si Ws1.ReadyState = 4 Alors
TiJiao =BytesToBstr(Ws1.responseBody,"gb2312")
Si Ws1.status = 200 Alors
TiJiao =BytesToBstr(Ws1.responseBody,"gb2312")
Fin Si
Fin Si
Définir WS1 = Rien