<small id='mYJJm'></small><noframes id='mYJJm'>

  1. <i id='mYJJm'><tr id='mYJJm'><dt id='mYJJm'><q id='mYJJm'><span id='mYJJm'><b id='mYJJm'><form id='mYJJm'><ins id='mYJJm'></ins><ul id='mYJJm'></ul><sub id='mYJJm'></sub></form><legend id='mYJJm'></legend><bdo id='mYJJm'><pre id='mYJJm'><center id='mYJJm'></center></pre></bdo></b><th id='mYJJm'></th></span></q></dt></tr></i><div id='mYJJm'><tfoot id='mYJJm'></tfoot><dl id='mYJJm'><fieldset id='mYJJm'></fieldset></dl></div>
      <bdo id='mYJJm'></bdo><ul id='mYJJm'></ul>
    <tfoot id='mYJJm'></tfoot>
      <legend id='mYJJm'><style id='mYJJm'><dir id='mYJJm'><q id='mYJJm'></q></dir></style></legend>
    1. mui prompt 弹出框怎么设置输入框的默认值

      时间:2024-12-06

        • <legend id='10smo'><style id='10smo'><dir id='10smo'><q id='10smo'></q></dir></style></legend>
            <tbody id='10smo'></tbody>
        • <tfoot id='10smo'></tfoot>

        • <small id='10smo'></small><noframes id='10smo'>

          <i id='10smo'><tr id='10smo'><dt id='10smo'><q id='10smo'><span id='10smo'><b id='10smo'><form id='10smo'><ins id='10smo'></ins><ul id='10smo'></ul><sub id='10smo'></sub></form><legend id='10smo'></legend><bdo id='10smo'><pre id='10smo'><center id='10smo'></center></pre></bdo></b><th id='10smo'></th></span></q></dt></tr></i><div id='10smo'><tfoot id='10smo'></tfoot><dl id='10smo'><fieldset id='10smo'></fieldset></dl></div>

              <bdo id='10smo'></bdo><ul id='10smo'></ul>
              • mui prompt 弹出框设置输入框的默认值,具体代码如下:
                			document.getElementById("promptBtn").addEventListener('tap', function(e) {
                				e.detail.gesture.preventDefault(); //修复iOS 8.x平台存在的bug,使用plus.nativeUI.prompt会造成输入法闪一下又没了
                				var btnArray = ['取消', '确定'];
                				mui.prompt('请输入你对MUI的评语:', '性能好', 'Hello MUI', btnArray, function(e) {
                					if (e.index == 1) {
                						info.innerText = '谢谢你的评语:' + e.value;
                					} else {
                						info.innerText = '你点了取消按钮';
                					}
                				})
                                //输入框失去焦点
                                document.querySelector('.mui-popup-input').firstChild.blur()
                                //默认值设置
                				document.querySelector('.mui-popup-input').firstChild.value='111'
                			});
                上一篇:javascript中数组去重的常见方法 下一篇:没有了

                相关文章

                • <bdo id='rfGS8'></bdo><ul id='rfGS8'></ul>

                <legend id='rfGS8'><style id='rfGS8'><dir id='rfGS8'><q id='rfGS8'></q></dir></style></legend>

              • <small id='rfGS8'></small><noframes id='rfGS8'>

                <tfoot id='rfGS8'></tfoot>
                1. <i id='rfGS8'><tr id='rfGS8'><dt id='rfGS8'><q id='rfGS8'><span id='rfGS8'><b id='rfGS8'><form id='rfGS8'><ins id='rfGS8'></ins><ul id='rfGS8'></ul><sub id='rfGS8'></sub></form><legend id='rfGS8'></legend><bdo id='rfGS8'><pre id='rfGS8'><center id='rfGS8'></center></pre></bdo></b><th id='rfGS8'></th></span></q></dt></tr></i><div id='rfGS8'><tfoot id='rfGS8'></tfoot><dl id='rfGS8'><fieldset id='rfGS8'></fieldset></dl></div>