我使用下面的代碼段拉股價從雅虎財經跨域腳本錯誤?
<script type="text/javascript">
$(function() {
$("#quote").load("http://finance.yahoo.com/q?s=utg #yfs_l10_utg").text();
});
</script>
我得到以下錯誤: -
Security Error: Content at file:[file url] may not load data from http://finance.yahoo.com/q?s=utg.
和
Error: [Exception... "Access to restricted URI denied" code: "1012" nsresult: "0x805303f4 (NS_ERROR_DOM_BAD_URI)" location: "[file url]"]
源文件:[url]
任何人有任何想法,我可能會如何在這附近?