摘要: 通过关注微信好友 function WeiXinAddContact(wxid, cb) { if (typeof WeixinJSBridge == 'undefined') return false; WeixinJSBridge.invoke('addContact', { webtype: 阅读全文
posted @ 2020-08-04 23:20 柠檬IT 阅读(1256) 评论(0) 推荐(0) 编辑
摘要: /** * 得到ajax对象 */ function getajaxHttp() { var xmlHttp; try { // Firefox, Opera 8.0+, Safari xmlHttp = new XMLHttpRequest(); } catch (e) { // Internet 阅读全文
posted @ 2020-08-04 22:48 柠檬IT 阅读(112) 评论(0) 推荐(0) 编辑