我已经在 localhost 上尝试了此代码以从亚马逊愿望清单中提取项目:
$text = file_get_contents(trim($wishlist_link));
if (preg_match('~<form method="post" name="editItems" style="display: inline; margin: 0;" [^>]*>(.*?)</form>~si', $text, $body)) {}
它工作正常,但是当我为在线域尝试相同的代码时,它仅适用于亚马逊愿望清单的 10 个项目