qop's notes
Shinder Lin, JavaScript, PHP
顯示具有
iframe
標籤的文章。
顯示所有文章
顯示具有
iframe
標籤的文章。
顯示所有文章
2014-10-10
從 iframe 取得 document 和 cookie
Cordova 製作的 App, 取得 iframe 的 cookie 方式
var iframe = $('#iiframe')[0];
var win = iframe.contentWindow || iframe;
var doc = iframe.contentDocument || iframe.contentWindow.document;
alert(doc.cookie);
較舊的文章
首頁
訂閱:
文章 (Atom)
FB 留言