Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
大家好,我是 Ext JS 的新手。这是我第一次使用这些东西。我有一些问题,如何显示会话用户名。任何人都可以展示一些回调到 JS 文件的示例。
您必须使用 PHP(服务器端)而不是 javascript 来生成会话用户名
Ext.create('Ext.panel.Panel', { title: 'Hello<?PHP echo $username;?>', width: 200, html: '------ ', renderTo: Ext.getBody() });