input_html = [ht for ht in super(AdminSplitDateTime, self).render(name, value, attrs).split('/><') if ht != '']
input_html[0] = input_html[0] + "/>"
input_html[1] = "<" + input_html[1]

转载自(具体请查看):https://blog.csdn.net/yuhan963/article/details/79167743

相关文章:

  • 2021-07-20
  • 2021-12-29
  • 2022-01-03
  • 2021-12-17
  • 2021-06-08
  • 2022-12-23
  • 2021-07-14
  • 2021-10-16
猜你喜欢
  • 2021-06-05
  • 2022-12-23
  • 2021-10-13
  • 2021-12-12
  • 2022-12-23
  • 2021-04-13
  • 2021-06-16
相关资源
相似解决方案