js跨域请求(jsonp) jsonp是跨域请求的手段之一。 jsonp的原理: 先来看看下面这段代码 <!DOCTYPE html> <html lang=”en”> <head> < … Continue reading js跨域请求(jsonp)