09 2017 档案

iframe 跨域调用父级方法的方案
摘要:一、如果高层域名相同的话,可以通过document.domain来实现跨域访问 例如: 父级域名:localhost:8080 子级域名:localhost:9090 那么可以设置document.domain = 'localhost' 来实现跨域访问 二、如果域名没有相同之处 先来做一个假设:假 阅读全文

posted @ 2017-09-24 23:59 司广孟 阅读(4490) 评论(0) 推荐(0)

170902
摘要:标准 RESTful api是什么样的 http://www.ruanyifeng.com/blog/2014/05/restful_api.html 再看一个: http://www.csdn.net/article/2013-08-01/2816424-Why-REST-is-so-import 阅读全文

posted @ 2017-09-10 18:22 司广孟

导航