gpt4 book ai didi

javascript - 如何检查字符串是否包含数组中的某些字符串然后替换它?

转载 作者:行者123 更新时间:2023-12-03 08:05:10 24 4
gpt4 key购买 nike

我有一条这样的消息:

"Getting Closer! Only $:is_left_to_reach_cart_total_goal away from FREE SHIPPING!"

我需要将 :is_left_to_reach_cart_total_goal 替换为实际数字。消息还可以包含其他变量,例如 :cart_total_currently 、 :cart_total_goal 、 :cart_products_quantity_currently 、 :cart_products_quantity_goal 、 :is_left_to_reach_products_quantity_goal 、 :link 、 :button 。

有什么建议吗?

最佳答案

这会将您的变量替换为“2”。

var str = "Getting Closer! Only $:is_left_to_reach_cart_total_goal away from FREE SHIPPING!";
var res = str.replace("$:is_left_to_reach_cart_total_goal", "2");

JavaScript String replace() Method

关于javascript - 如何检查字符串是否包含数组中的某些字符串然后替换它?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34412093/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com