当我在javascript中使用setAttributeNS时使用''replace'“

时间:2019-08-22 10:19:24

标签: javascript

我需要使用javascript添加此属性和该值:

routerLink='/panel/country/add'

但是当我在javascript中设置属性时:

    let Link: string = "routerLink";
    tailDiv.setAttributeNS(null, Link, this.subItems[i].route)

它使用“”,但我需要在此"/panel/country/add"中使用“”,但我需要此'/panel/country/add'

我该怎么做?

0 个答案:

没有答案