extjs API文档中在创建一个Button时是写成Ext.Button,而不是Ext.button.Button?
因为Button组件是在button包下的。还有MessageBox也是,这个组件是在window包下的,所以我觉得应该是这样写:Ext.window.MessageBo...
因为Button组件是在button包下的。还有MessageBox也是,这个组件是在window包下的,所以我觉得应该是这样写:Ext.window.MessageBox,可是官方例子里确实这样写:Ext.MessageBox
展开
2个回答
展开全部
各位大虾帮我看看这段代码啊,在页面上显示不了动态图片。 我把所有用的东西都放tomcat的root里面。呜呜,急求帮助。
<table>
<%
String path ="upload/";
String names ="";
try {
File f = new File(path);
if (f.isDirectory())
{
File[] fList = f.listFiles();
for (int j = 0; j < fList.length; j++) {
File file = fList[j];
if (file.isFile())
{
names += file.getName();
%>
<tr><td>name:<%=names%></td><td><img src="upload/<%=names%>" width=800px height=580px/></td></tr>
<%
}
}
}
} catch (Exception e){}
%>
</table>
<table>
<%
String path ="upload/";
String names ="";
try {
File f = new File(path);
if (f.isDirectory())
{
File[] fList = f.listFiles();
for (int j = 0; j < fList.length; j++) {
File file = fList[j];
if (file.isFile())
{
names += file.getName();
%>
<tr><td>name:<%=names%></td><td><img src="upload/<%=names%>" width=800px height=580px/></td></tr>
<%
}
}
}
} catch (Exception e){}
%>
</table>
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询