CORS(跨域资源共享,Cross-Origin Resource Sharing)是一种跨域访问的机制,可以让Ajax实现跨域访问。 其实,在服务器的response header中,加入“Access-Control-Allow-Origin: *”即可支持CORS,非常的简单,apache/n Read More
posted @ 2018-04-24 15:10 bobo0609 Views(136) Comments(0) Diggs(0) Edit
目 录 Python 输入输出 Python 对象之数据类型 Python 数据类型 之 数字类型 Python 字符编码 Python 数据类型 之 序列类型 Python 数据类型 之 字典集合 Python 内建模块 之 collections Python 对象 之 深浅拷贝原理 Pytho Read More
posted @ 2017-05-09 18:59 bobo0609 Views(271) Comments(0) Diggs(0) Edit