<body>
用户名:<input ></script>
<script>

$(function(){

$('#username').bind('input propertychange', function() {
$('#result').text('用户名是:'+$(this).val());
});

})
</script>
</body>

相关文章:

  • 2022-02-11
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-03-09
  • 2021-06-14
  • 2022-12-23
  • 2021-12-07
猜你喜欢
  • 2021-11-30
  • 2022-12-23
  • 2022-12-23
  • 2021-07-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案