我有兩個字符串:在c#替換字符串來阻止Skype手機格式化
string ThePhone = "XXX-XXX-XXXX"
string SkypeBlock = "-<span style='display:none;'>-</span>";
我想更換最後的衝刺 - 用SkypeBlock
而且在ThePhone()想要的結果:
TheNewPhone = "XXX-XXX-<span style='display:none;'>-</span>XXXX"
怎麼樣?
-1 「你嘗試過什麼」? – 2011-11-23 02:37:24
你可能想讀這:http://stackoverflow.com/questions/4269220/prevent-skype-highlighting-from-corrupting-textareas – MPelletier
這是引起我的問題的引文。 – frenchie