(2)XMLHttpRequest

XMLHttpRequest發送請求 方法: ①open(method,URL,async) method:get、post async:是否異步,一般設爲true ②send(String) 例子: request.open(「post」,」create,php」,true); request.send(「name=張三&sex=man」);
相關文章
相關標籤/搜索