0

ビジーインジケーターのコンストラクターのテキスト値を、ハードコーディングではなく変数に置き換えようとしています。しかし、何らかの理由で、アプリは変数を理解できません...

function wlCommonInit(){
    var locale = "Caricamento";
    var busyIndicator = new WL.BusyIndicator('content',{text:locale}); 
    busyIndicator.show();
}
4

1 に答える 1