1. 通过jsonp跨域
      1. document.domain + iframe跨域
      1. location.hash + iframe
      1. window.name + iframe跨域
      1. postMessage跨域
      1. 跨域资源共享(CORS)
      1. nginx代理跨域
      1. nodejs中间件代理跨域
      1. WebSocket协议跨域