浅学
Published on 2017-09-02 11:31 in 暂未分类 with 做个俗人、贪财好色
摘要: ajax的xmlhttp对象创建: function createXmlHttp(){ var xmlHttp; try{ // Firefox, Opera 8.0+, Safari xmlHttp=new XMLHttpRequest(); } catch (e){ try{// Interne 阅读全文
posted @ 2016-11-23 15:23 不帅你打我 阅读(472) 评论(0) 推荐(1)
摘要: 邮箱自动补全js和jQuery html: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html x 阅读全文
posted @ 2016-11-23 14:57 不帅你打我 阅读(455) 评论(0) 推荐(0)