traditional html pages cannot be internationalized through simple configuration, as i18n is used in vue
all I can think of is to write a Chinese html page and an English html page, and read the corresponding page according to the parameters
.but I don"t think this is a good idea. If you want to write it in a html page, you"d better have {{}} as in vue
.