摘要:        
CORS是一个W3C标准,全称是"跨域资源共享"(Cross-origin resource sharing)。 它允许浏览器向跨源服务器,发出XMLHttpRequest请求,从而克服了AJAX只能同源使用的限制。 CORS需要浏览器和服务器同时支持。目前,所有浏览器都支持该功能,IE浏览器不能低    阅读全文
posted @ 2020-04-06 11:52
MartinEDM
阅读(157)
评论(0)
推荐(0)
        
            
        
        
摘要:        
#user nobody; worker_processes 1; events { worker_connections 1024; } http { include mime.types; default_type application/octet-stream; sendfile on; k    阅读全文
posted @ 2020-04-06 11:20
MartinEDM
阅读(135)
评论(0)
推荐(0)
        
                    
                
浙公网安备 33010602011771号