项目描述
上传时间
浏览人数
post:
un = pw = fm = FormData()fm.(un)fm.(pw)url = xmlHttp = XMLHttpRequest()xmlHttp.(url)xmlHttp.(fm)resp = xmlHttp.jsonResp = JSON.(resp) console.(jsonResp)
get:
url = xmlHttp = XMLHttpRequest()xmlHttp.(url)xmlHttp.()resp = xmlHttp.jsonResp = JSON.(resp)console.(jsonResp)