問題在於在PHP和JQuery之間傳遞對象。在PHP和JQuery之間傳遞DOMDocument
在JQuery的表演$.post
,我想檢索「get_domdoc.php」中產生的DOMDocument
對象,然後能夠$.post
回其他PHP文件,如:
$.post("get_domdoc.php", {url: url}, function(domdoc)
{
//prepare 'domdoc' to $.post it - in a usable format - to another PHP file
});
這可能嗎?感謝任何幫助。
是否需要發佈?如果PHP文件要在同一個會話中運行,那麼檢索DOM HTML或XML並將其作爲字符串存儲在'$ _SESSION'中將重建爲下一個PHP頁面上的DOMDocument對象將更加實用(除非HTML或XML非常大) – 2012-01-15 17:15:52