标签:pre get rgb func script put val code rip
<body> <input type="text" id="t1" > <br> <input type="text" id="t2" > </body> <script> document.getElementById(‘t1‘).oninput = function(){ document.getElementById(‘t2‘).value = this.value; } </script>
标签:pre get rgb func script put val code rip
原文地址:https://www.cnblogs.com/dazahui/p/14423260.html