Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

狀況

標準化的方法的運作方式不正確的TextNode物件在 Internet Explorer 11] 中的 「 網頁。

解決方案

更新資訊

若要解決這個問題,請安裝最新的 Internet Explorer 累積安全性更新。要執行這項操作,請移至Microsoft Update

技術最新的 Internet Explorer 累積安全性更新的詳細資訊,請參閱下列 Microsoft 網站︰

http://www.microsoft.com/technet/security/current.aspx注意此更新程式先包含在安全性更新 2976627 中。

如需有關安全性更新 2976627,請按一下下面的文件編號,檢視 「 Microsoft 知識庫 」 中的文件︰

2976627 MS14-051: Internet Explorer 累積安全性更新:,到 2014 年 8 月 12

更多的資訊

當您開啟包含下列的 HTML 程式碼,Internet Explorer 11] 中的網頁時,會顯示第二個警示"-d",但不是"a-b-c-d。"

<!DOCTYPE html><html>
<head>
<title>exo test</title>
<script type="text/javascript">
function testnormalize() {
var textnode1 = document.createTextNode("a-b-");
var textnode2 = document.createTextNode("c-d);
var sp = document.createElement("span");

sp.appendChild(textnode1);
sp.appendChild(textnode2);

alert(sp.innerHTML);
sp.normalize();
alert(sp.innerHTML);
}
</script>
</head>
<body>
<button onclick="testnormalize()">testnormalize</button>
</body>
</html>

狀態

Microsoft 已確認這是<套用>一節所列出的 Microsoft 產品的問題。

參考

請參閱 Microsoft 會使用來描述軟體更新術語

Need more help?

Want more options?

探索訂閱權益、瀏覽訓練課程、瞭解如何保護您的裝置等等。

社群可協助您詢問並回答問題、提供意見反應,以及聆聽來自具有豐富知識的專家意見。

Was this information helpful?

How satisfied are you with the translation quality?
What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×