青年中文青年中文

jsonp的意思

jsonp中文翻譯:

跨域訪問

相似詞語短語

instanceof js───實例

immutability js───不變性js

grapnel js───抓斗js

autotype fastjson───自動鍵入fastjson

decreet volwassenenonderwijs───成人教育法令

annotator js───注釋器js

emodal js───情緒化js

chevrotain js───雪佛蘭js

quintus js───quintus js公司

currying js───咖喱js

雙語使用場景

It is not a JSONP service.───這不是JSONP服務。

Example service with JSONP support.───使用JSONP支持的示例服務。

SO, how can you transform it to a real JSONP service?───因此,如何才能將其轉換為真正的JSONP服務呢?

Coupled with its JSONP support and jQuery, YQL lets you access structured data across the Web through a single unified interface.───與其JSONP支持和jQuery相結合,YQL允許您通過一個統一的界面訪問Web上的結構化數據。

To call Twitter, you use a dynamic script tag, which is a technique often referred to as JSONP.───為了調用Twitter,要使用動態腳本標簽,這是一項常稱為JSONP的技術。

Now that you know how to use JSONP, you can start using some ready-made JSONP Web services to build your applications and mashups.───知道如何使用JSONP之后,可以開始使用一些現成的JSONPWeb服務來構建應用程序和mashup。

Of course, JSONP is a great help to workaround the cross-domain limitation and specifically when a server-side proxy cannot be used.───當然,JSONP對于繞開跨域限制很有幫助,尤其是在服務器端代理無法使用的情況下。

You could call this service with jQuery's JSONP support using the code shown in Listing 5.───使用清單5所示的代碼可以通過jQuery的JSONP支持調用該服務。

Query Language (YQL) as a single endpoint JSONP service that lets you query, filter, and combine data from different data sources.───查詢語言(YQL),這種單端點的JSONP服務允許您查詢、過濾和合并來自不同數據源的數據。

英語使用場景

In Part 1 of this series, we introduced JSONP as an effective cross-domain communication technique, one that lets you bypass the same-origin policy limitations imposed by the current browsers.