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.
我想要一个对话框,它在按钮栏中将有三个按钮作为全选,带有确定和取消按钮的向上和向下按钮。我可以在这里使用listeditor吗?它会怎样?
您可以覆盖ListEditor.getButtonBoxControl(). 请参阅此示例。
ListEditor.getButtonBoxControl()
当我开始学习 php 时,我了解到当我想调用 php 时,我需要将 php 代码放在这段代码之间,<?php ?>但我也看到了这一点,<? ?>所以我坚持使用第二个选项。
<?php ?>
<? ?>
它们两者之间有什么区别吗,因为最近我看到在一台机器上,第二个选项不起作用,而第一个选项起作用,这让我很困惑。