摘要: //初始化、指定处理函数、发送请求的函数//var poststr = "act=reply&bookid="+bookid+"&book_content="+ book_content;//type:post or getfunction send_request(http_request,url,poststr) { // 确定发送请求的方式和url以及是否同步执行下段代码 http_request.open("post", url, true); http_request.setrequestheader(&qu 阅读全文
posted @ 2011-03-09 13:31 菊花一紧 阅读(377) 评论(0) 推荐(0)