Yahoo Pipe:如何将 2 个提要合并为 1 个单行提要

发布于 2024-11-30 10:11:27 字数 328 浏览 2 评论 0原文

首先,我对我的英语不好感到抱歉:(

我想将 2 个提要合并为 1 个单行提要。

示例 = 第一个提要中包含“iam”,然后在第二个提要中包含“handsome” 我想将 2 个提要合并为 1 个单行提要,因此输出提要 看起来像这样=> “iam帅气”

我已经尝试解决它很多次了,但输出总是 看起来像下面

  "iam"       (feed 1)
  "handsome"  (feed 2) 

这样可以做对吗?

任何建议都会对我有帮助。

最良好的问候。

first i am sorry for my bad english :(

I want to merge 2 feed into 1 single line feed.

Example= in the 1st feed contain "iam" and then in the 2nd feed contain "handsome"
i want to merge that 2 feed into 1 single line feed, so the output feeds
will looks like this => "iam handsome"

i've been try to solve it many time but the output always
looks like below

  "iam"       (feed 1)
  "handsome"  (feed 2) 

Is that posible to make it right?

Any advice will be helpfull to me.

Best Regard.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

酒解孤独 2024-12-07 10:11:27

如果您想将 2 个 feed 合并在一起并创建一个 feed,请使用 FetchFeed Source 并通过管道输出。以下是http://pipes.yahoo.com/pipes/docs?doc=没有 FILTER 选项框的sources#FetchFeed

If you want to merge 2 feeds together and create a single feed the FetchFeed Source and pipe to output. Here is how http://pipes.yahoo.com/pipes/docs?doc=sources#FetchFeed without the FILTER option box

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文