测试

来自Love Nest
Admin留言 | 贡献2025年2月11日 (二) 02:15的版本
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)

html

Left side!

 <Button type="button" class="inputfield" id="submit">换</Button>

<script> document.getElementById("submit").onclick= function(){ document.getElementById("findbalance").style.display = "none"; document.getElementById("wise").style.display=""; } document.getElementById("wiseSubmit").onclick= function(){ document.getElementById("wise").style.display = "none"; document.getElementById("findbalance").style.display = ""; }; </script> <style> .titlebox{

 border: black 1px solid;
 padding: 10px;
 width: 40%;
 background: beige;

} .inputfield { padding: 2px; margin: 2px; } </style> /html