请参阅输入
Var = "Hi <p> I am Sunita </p> but i am big";但我需要zoho的输出
var = "Hi I am Sunita but i am big";发布于 2016-05-11 18:30:55
list.removeElement(<value>);
<list>是指需要从其中删除元素的列表名称。
<value>是指要从列表中移除的元素。
https://www.zoho.com/creator/help/script/remove-element.html#List_Manipulations_-_Remove_Element
https://stackoverflow.com/questions/37159918
复制相似问题