活不明白

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2007年12月29日

摘要: function AjaxData(url, domId){var http_request = null;if (window.XMLHttpRequest) {http_request = new XMLHttpRequest();if (http_request.overrideMimeType)http_request.overrideMimeType('text/html');} els... 阅读全文
posted @ 2007-12-29 13:48 Rain@sz 阅读(281) 评论(0) 推荐(0) 编辑