(function () { 'use strict'; window.addElement = function(container){ const newElement = document.createElement("h1"); newElement.innerText = "Hello World!"; container.appendChild(newElement); } }());
<script src="AddH1.js"></script>
在我们的论坛中与其他用户协作
可能需要有效的服务协议或有效的软件订阅,同时支持选项因国家/地区而异
Helpful
Not Helpful