我有这段代码
<html>
<head>
<script type="text/javascript" src="ext-all.js"></script>
<link href="ext-all.css" rel="stylesheet" type="text/css" />
</head>
<script>
Ext.onReady(function () {
Ext.Msg.alert("Hello World","all set");
});
});
</script>
</html>
而不是警告框我看到顶部的白色框和框后我看到文本Hello world,并且所有设置,什么问题? js和css文件位置正确