how to remove the following text from a string in javascript?
本问题已经有最佳答案,请猛点这里访问。
Possible Duplicate:
Replace all spaces in a string with '+'
如何删除
谢谢
只需使用EDOCX1[0]
1 2 3 | string = string .replace(',@contacts.Assessor - Secondary.firstname@ @contacts.Assessor - Secondary.lastname@', '') .replace(',@contacts.Assessor.firstname@ @contacts.Assessor.lastname@', ''); |
在这个相关的问题上也拿了一个战利品