jQ

 

条件查询情况,条件中的input框的值;

$(\'.class\').val() class选择器
$(\'#id\').val() id选择器

<div id=\'shape\'> 清空一样
a.$(\'#shape\').html(\'\');或者

b.$(\'#shape\').empty();

c.$(\'#shape\').append(\'\');

JS

var create_time = document.getElementById(\'create_time\');
create_time.value= \'\';

相关文章:

  • 2021-08-03
  • 2021-12-30
  • 2021-11-16
  • 2021-08-03
  • 2021-08-18
  • 2021-12-03
  • 2021-05-21
猜你喜欢
  • 2021-11-30
  • 2022-02-09
  • 2021-08-03
  • 2021-08-03
  • 2021-12-10
  • 2021-12-10
相关资源
相似解决方案