标签: ms-access-2007
假设我有:
Str1 = "Corpse" Str2 = "Co, p"
现在我想在“尸体”中使用“替换功能”和颜色“Co”和“p”。我可以这样做吗?
x = Str1 y = Str2(?) z = "<font color=#ee00ee>" + y + "</font>" Replace(x, y, z)