I m 提取数据库数据,为建立网站内容而 w忙。 问题在于:从服务器到客户的路途上,我才失去智慧。 例如,“Ksárlabda”成为“Kos rlabda”等。
Setting the response headers with php doesn t help (nor ISO-8859-2, nor UTF-8).
I have <?php header( charset=ISO-8859-2 ); ?>
on the top of my called files.
这是我用来装载数据的方法:
function load(type,values) {
$.get(type+".php", function(data) {
$("#data").html(data);
});
}
提前感谢。