我有标题:
header('Content-Type: text/html; charset=UTF-8');
header("Content-type: application/octetstream");
header('Content-Disposition: attachment; filename="export.csv"');
"Pagrindinė"但是如果我在 excel 显示 的数据库中有单词,则解码不正确"PagrindinÄ",我的标题有什么问题?