87,990
社区成员
发帖
与我相关
我的任务
分享
<input type="text" onkeyup="document.getElementById('_d').style.display='block';"/>
<br />
<button>btn</button>
<div id="_d" style="border:1px solid #330033; HEIGHT: 100%; display: none;" align=left>
content
</div>