Ext.onReady(function(){ Ext.create(‘Ext.container.Viewport‘, { layout: ‘border‘, items: [{ title: ‘1‘, region: ‘north‘, html: ‘ <a href="../../Default.html">首页</a>‘, height: 100 }, { title: ‘2‘, region: ‘west‘, width: 150, html: ‘left‘ }, { title: ‘3‘, html: ‘middle‘, region: ‘center‘ }] }); });
时间: 2024-10-06 03:45:50