创建Label 对象. 您可以使用document.createElement() 方法来创建<label> 元素:. var x = document.createElement("LABEL"); 尝试一下 ...
確定! 回上一頁