1. 程式人生 > >ie9支援html5 的canvas

ie9支援html5 的canvas

<html><head>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>Fallback content</title>
</head>

<body>
<canvas id="myCanvas" width="300" height="150">
 Fallback content, in case the browser does not support Canvas.
 </canvas>
</body>

</html>

瀏覽後,顯示 Fallback content, in case the browser does not support Canvas.

答案

支援的,請註明文件定義

<!DOCTYPE HTML>