为什么以下代码块中的第 5 行给了我“属性值无效:缩放”错误?我在 Opera 11.62 中运行它并在 Dragonfly 中发现错误。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<script type="text/javascript" src="https://www.google.com/jsapi"></script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
<script type="text/javascript">
// google chart built here from JSON pulled through php call
</script>
</head>
<body>
</body>
</html>
谢谢。