Element tmpElement = createElement("p"); // Get the ID to set let idToSet = id_name.value(); // Set the ID of the element tmpElement.id(idToSet); text("New ...
確定! 回上一頁