Simple and straightforward solution#
Directly convert the obtained parameters to utf-8
style = new String(style.getBytes("iso-8859-1"),"utf-8");
Directly convert the obtained parameters to utf-8
style = new String(style.getBytes("iso-8859-1"),"utf-8");