var button = new kintoneUIComponent.Button({text: 'button'}); var body = document.getElementsByTagName("BODY")[0]; body.appendChild(button.render());
確定! 回上一頁