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.
我AsynTask在我的代码中实现了。我想在doInBackground()任务完成后更新我的 UI。但是onProgressupdate()方法没有调用。请给我们解决这个问题。
AsynTask
doInBackground()
onProgressupdate()
从publishProgress(...)您的doInBackground().
publishProgress(...)
当我开始学习 php 时,我了解到当我想调用 php 时,我需要将 php 代码放在这段代码之间,<?php ?>但我也看到了这一点,<? ?>所以我坚持使用第二个选项。
<?php ?>
<? ?>
它们两者之间有什么区别吗,因为最近我看到在一台机器上,第二个选项不起作用,而第一个选项起作用,这让我很困惑。