这是背景。我尝试在以下代码中使用 php、ajax 和 jquery 从 mysql 服务器检索 unicode 字符。
$.post("test.php",{tableName: A_table}, function(data)
{
$.each($(data), function(key, value)
{
display data into an UL List and not display weird unicode characters, like 00101C
}
});
根据上面的代码,我如何获得 unicode 字符来显示。