问题
Windows 10 Mail app converts some numbers to links/contacts automatically in html emails. Usually numbers or part of numbers with 000-s:
How can i stop this? I've tried with "text-decoration:none; text-transform:none;" but it didn't worked.
Thanks!
回答1:
This is very common, and occurs also in many mobile apps. What they are trying to do is be 'helpful' and convert them to phone numbers (typically).
To get rid of this, you can add an odd character that will break their find & replace: ‌
(zero-width non-joiner)
So in full:
Test number: 7 ‌000 ‌000 ‌000 USD
You'll need to do this to break any combination of 6 or more numbers.
来源:https://stackoverflow.com/questions/61466794/how-to-stop-windows-10-mail-app-to-create-links-contacts-from-numbers