pplication/x-www-form-urlencoded 什么意思哦?
wolfs 2008-06-23 11:47:40 xmlHttp.open("POST", "greeting.jsp", true);
xmlHttp.setRequestHeader("Content-Type","application/x-www-form-urlencoded");
xmlHttp.send("name="+name);
这里面的application/x-www-form-urlencoded什么意思?如果没这句程序也可以运行哦,为什么要加上呢?
谢谢哦