这应该很简单,我似乎无法让它工作。
我要拿:
<div>Other text here XYZ more text</div>
并替换为:
<div>Other text here ABC more text</div>
在我不知道 id、类或任何关于 div 的地方,我不能意外替换属性。只是中间的文字。没有Jquery。
这应该很简单,我似乎无法让它工作。
我要拿:
<div>Other text here XYZ more text</div>
并替换为:
<div>Other text here ABC more text</div>
在我不知道 id、类或任何关于 div 的地方,我不能意外替换属性。只是中间的文字。没有Jquery。