typeof查看的数据类型:
1.值型:number,string,boolean,undefined
2引用型:object([],{})
3.函数:function
ajax
跨域问题,源自于同源策略,而同源策略包括为ip,域名,端口
ajax解决跨域问题的三种方式:1.jsonnp,2.http header
相关链接:https://blog.csdn.net/u014727260/article/details/72793459
简单的ajax实现
typeof查看的数据类型:
1.值型:number,string,boolean,undefined
2引用型:object([],{})
3.函数:function
ajax
跨域问题,源自于同源策略,而同源策略包括为ip,域名,端口
ajax解决跨域问题的三种方式:1.jsonnp,2.http header
相关链接:https://blog.csdn.net/u014727260/article/details/72793459
简单的ajax实现
本文来自博客园,作者:topass123,转载请注明原文链接:https://www.cnblogs.com/topass123/p/15227272.html