Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
每个人
我希望用 PHP 成为触发器来操纵其他网站并将结果返回到我的网站的 ajax 代码生效?有没有可能?
场景是:
我想从网站上获取一些数据。该站点使用 Ajax 发布到另一个 PHP 页面,并将结果嵌入其中。但是,发布到的那个 PHP 页面无法识别来自其他域的帖子。因此,我希望触发 Ajax 进行 post 并返回结果。
任何想法?请帮我。