正如標題所說,我正試圖獲得簡化我的代碼的幫助。我有多個按鈕,現在只有三個按鈕,但我計劃有大約30個按鈕選擇。目前我有很長的一段代碼,我認爲它可以大大縮短可能使用數組?但我不知道如何正確實施它。如果有人曾經這樣做過或有想法請分享!謝謝大家! public class myDL extends Activity {
public static final int DIALOG_DOWNLOAD_P
select model from (
select price, model from pc where price = (select max(price) from pc)
union
select price, model from laptop where price = (select max(price) from laptop)
union
我終於拼湊了一些代碼,適用於我的問題here。然而,它看起來相當長,因爲我創建了具有特定散列的頁面刷新時的單獨函數,以及何時通過單擊標籤訪問了相同的頁面。 $(document).ready(function() {
$(function() {
var loc = window.location.href; // For when Hazel is refreshed
Frog 我正在開發一個Flash遊戲叫青蛙,在我的聲音代碼似乎有點多的時刻,我想簡化它,但不能看到。任何幫助,將不勝感激。 var musicSC:SoundChannel = new SoundChannel();
var musicST:SoundTransform = new SoundTransform();
var musicS:Sound = new Sound();
var