摘要: $(document).ready(function() {//jquery的写法 });(function () { //原生js的写法 })(); 阅读全文
posted @ 2019-10-25 20:57 leahtao 阅读(110) 评论(0) 推荐(0) 编辑
摘要: 第一次做微信网页授权,过程有点艰难,主要是不知道redirect_uri的地址要怎么写,刚开始我以为就是授权结束后要跳转到的首页地址,于是写成了uri = 'http://18i194c049.iask.in/credit/ProfessionalCredit/html/homePage.html' 阅读全文
posted @ 2019-10-25 20:42 leahtao 阅读(897) 评论(0) 推荐(0) 编辑
摘要: 下面看下js获取url参数值的两种方式详解 getQueryString() 和 GetRequest() 有个url如下: http://passport.csdn.net/account/login?from=http%3a%2f%2fwrite.blog.csdn.net%2fpostedit 阅读全文
posted @ 2019-10-25 20:30 leahtao 阅读(146) 评论(0) 推荐(0) 编辑