建立一個label. var label = document.createElement("label"); // 設定label的屬性-id. label.setAttribute("id", "label_id_" + x); // 設定label的 ...
確定! 回上一頁