How to set different word spacing between Chinese and English?

problem description:

there are both Chinese and English in the same line of text. The spacing between Chinese characters is a little larger than normal, but at the same time, the spacing between English letters and words remains the same.

the environmental background of the problem and what methods you have tried:

letter-spacing can be used to control the spacing in Chinese, but correspondingly, the direct gap between English letters is too large.
word-spacing doesn"t respond to Chinese again.

is there any solution?

Css
Jan.24,2022

add a classname, to the body, for example, noon is cn, English is en. Then set different word spacing through .cn .xxx {} .en .xxx {}

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-7c1bb8-2745b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-7c1bb8-2745b.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?