【发布时间】:2011-08-10 06:34:54
【问题描述】:
大家好,这个问题可能看起来很愚蠢。但我仍然必须知道这个问题的答案
public void onCreate(Bundle paramBundle)
{
super.onCreate(paramBundle);
while (true)
{
return;
Toast.makeText(this, "GPS Tracker running in the background", 0).show();
}
}
在上面的代码中,要显示的 toast 是否有任何变化。据我所知,我不这么认为。但是当我使用 jd-gui-0.3.3.linux.i686 查看 .class 文件时,我看到了这样的代码。 谁能说清楚。
【问题讨论】: