有没有办法将动态创建的 IFRAME 的字符集设置为UTF-7?我尝试了以下但失败了:-(
document.getElementById('test').contentWindow.document.body.innerHTML = "<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=UTF-7\"></head><body></body></html>";
IFRAME 页面仍然是 UTF-8 :-( (使用 Firefox)