代码搜索:http_request
找到约 211 项符合「http_request」的源代码
代码结果 211
www.eeworm.com/read/456205/7354481
tmpl makefile.tmpl
## _ _
## _ __ ___ ___ __| | ___ ___| | mod_ssl
## | '_ ` _ \ / _ \ / _` | / __/ __| | Apache Interface to OpenSSL
## | | | | | | (_) | (_| | \__ \__ \
www.eeworm.com/read/340212/3291212
js ajax_func.js
/**
* @author star
* 描述:这是使用ajax的模版函数,只需要按指定的参数传入值就可以了。
*/
//定义http_request对象实列
var http_request = false;
//定义可复用的http请求发送函数
function send_request(method,url,content,responseType,callBack
www.eeworm.com/read/340212/3291241
js ajax_func.js
/**
* @author star
* 描述:这是使用ajax的模版函数,只需要按指定的参数传入值就可以了。
*/
//定义http_request对象实列
var http_request = false;
//定义可复用的http请求发送函数
function send_request(method,url,content,responseType,callBack
www.eeworm.com/read/316877/3584632
js ajax.js
//---------------------------------------------- framework...
// specify an LOAD event-handler
window.onload=make_request;
var http_request = false; // global variable for HTTPRequest
v
www.eeworm.com/read/344663/3206987
js ajax.js
function checkUser(){
var obj = document.getElementById("newUserName");
var userName = obj.value;
send_request("LoginAjaxServlet?name="+userName);
}
var http_request = false;
function send_re
www.eeworm.com/read/493633/1164619
js ajax_zol.js
/*
* ajax 对象使用函数
* 获得 子类,品牌,产品的信息
* heyinlong
*/
//创建对象
function create_obj(){
var http_request = false;
//开始初始化XMLHttpRequest对象
if(window.XMLHttpRequest) { //Mozilla 浏览器