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.
我创建了一个 zap(Wordpress 到 Chatfuel)。我想在一个单词后删除部分 Wordpress 帖子。我需要一个 java 代码插入到 Zapier Run Javascript。谢谢。
答案和问题一样好。
var output = input.split('WORD')[0]+'WORD'; console.log(output);