After editing the js page, I want to perform some judgment operations on the data traversed from the database. For example, if the gender is male, the font will turn red. Move the mouse over the name to see his profile. Note: The profile exists in the database. .
Add a flag to distinguish men and women in the database, and add a red letter style according to the flag.
When generating a table on the js page, add a certain class to specific data, and use the class to bind hover and other operations