标签:填充 date http info style bsp cti change png
//年月选择器
laydate.render({
elem: ‘#test‘ ,
type: ‘month‘ ,
change: function(value, date, endDate){
$("#test").val(value);
if($(".layui-laydate").length){
$(".layui-laydate").remove();
}
}
});
标签:填充 date http info style bsp cti change png
原文地址:https://www.cnblogs.com/zerozq/p/10966543.html