摘要:
//跨域请求天气地址 var crossDaomainRequest = { createCORS: function(method, url) { var xhr = new XMLHttpRequest(); if('withCredentials' in xhr) { xhr.open(method, url, true); } el... 阅读全文
posted @ 2017-04-13 11:53
hzy168
阅读(453)
评论(0)
推荐(0)

浙公网安备 33010602011771号