 |
VFP 愛用者社區 本討論區為 Visual Foxpro 愛用者經驗交流的地方, 請多多利用"搜尋"的功能, 先查看看有無前例可循, 如果還有不懂的再發問. 部份主題有附加檔案, 須先註冊成為社區居民才可以下載.
|
上一篇主題 :: 下一篇主題 |
發表人 |
內容 |
spfrk
註冊時間: 2004-11-08 文章: 163
第 1 樓
|
發表於: 星期四 九月 17, 2015 12:07 pm 文章主題: VFP9 如何取得 https:// 的回應字串訊息 |
|
|
請問各位先進, VFP9 如何取得 https:// 的回應字串訊息,
是否有範例, 謝謝 ! |
|
回頂端 |
|
 |
ezpos
註冊時間: 2011-04-20 文章: 323
第 2 樓
|
發表於: 星期五 四月 08, 2016 8:19 am 文章主題: |
|
|
你看這個可以嗎???
xmlHTTP = Createobject("Msxml2.XMLHTTP") &&Msxml2.XMLHTTP Microsoft.XMLHTTP
xmlHTTP.Open("POST", "http://127.0.0.1:8080/edit_Insert.php", .F.)
xmlHTTP.setrequestheader('Content-Type', 'application/x-www-form-urlencoded')
lcc_data= "data=aaa"
*_Without the double parentheses, I get the error "the parameter is incorrect"
xmlHTTP.Send(lcc_data)
Do While xmlHTTP.readyState != 4
=Inkey(0.1)
Enddo
If xmlHTTP.Status <> 200
Return
Endif
Thisform.edit1.Value =Alltrim(xmlHTTP.responseText) _________________ ezPos收銀機 簡單好用低成本 http://www.ezpos.info
全新美觀的POS收銀機.POS軟硬體耗材.
軟體客制化.網站規劃....能賺錢的都可以找我
http://www.twelife.com 台灣生活網 |
|
回頂端 |
|
 |
|
|
您 無法 在這個版面發表文章 您 無法 在這個版面回覆文章 您 無法 在這個版面編輯文章 您 無法 在這個版面刪除文章 您 無法 在這個版面進行投票 您 無法 在這個版面附加檔案 您 無法 在這個版面下載檔案
|
|