If Google Translate is set to automatic translation in the chrome browser, sometimes it will be very annoying, so you can choose to disable Google Translate. The specific method is as follows
1. Add the attribute translate="no" to the html tag to prohibit translation across the site
<html translate="no">
2. Add it to the head of the html file (pro test, it doesn't seem to work well)
<meta name="google" content="notranslate">
3. Add class="notranslate" to the elements that do not want to be translated, which can be various elements such as html, div, etc. (recommended, available for pro-test)
<div class="notranslate"></div>
**粗体** _斜体_ [链接](http://example.com) `代码` - 列表 > 引用
。你还可以使用@
来通知其他用户。