这是我的字符串。
var id = "timesheet_entries_attributes_0_entry_overtimes_attributes_0_code_id"
问题是我想用另一个数字替换最后一个零。
零的位置总是变化的。但是字符串中只有两个零。而且他们不能在一起。
如 :
变数=“2”;("timesheet_entries_attributes_0_entry_overtimes_attributes_0_code_id").replace(/\d/,num);
但它总是替换第一个零。
所以!