简体   繁体   English

从一个网站获取纯文本并在另一个网站上显示

[英]Grabbing plain text from a website and displaying on another website

I am a developer working on a website, example.html . 我是在example.html网站上工作的开发人员。
I have a friend who is not good at HTML and I need him to do some work that will be uploaded automatically on example.com. 我有一个不擅长HTML的朋友,我需要他做一些工作,这些工作将自动上传到example.com. For example, if I enter text on abc.com (plain text), the software will grab the text automatically and transfer it onto my website. 例如,如果我在abc.com上输入文本(纯文本),该软件将自动获取文本并将其传输到我的网站上。 Is there any way to do this? 有什么办法吗?
<iframe> and <object> tags are allowed. 允许使用<iframe><object>标签。 However, HTML, CSS and Javascript only please. 但是,请仅使用HTML,CSS和Javascript。 And if possible, the software should be easily embedded. 并且如果可能的话,该软件应该易于嵌入。 Thank you. 谢谢。

查看PostMessage API,以在跨域工作的父iframe和子iframe之间传递消息

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM