Heim > Fragen und Antworten > Hauptteil
大家讲道理2017-04-11 09:14:37
最简单的
var result = window.prompt("Some Notice Information", "Some Default Value");
// result 就是你输入的内容,点击取消就是null
阿神2017-04-11 09:14:37
<p id='dialog' style="display:none" >
<textarea rows=10 cols=30 >
</textarea>
</p>
<button onclick="document.getElementById('dialog').style.display='block';" > 编辑 </button>