technicist
  • html
<span id="operationType">录入</span>
  • javascript
var V_operationType = document.getElementById("operationType");
console.log(V_operationType.innerText);

运行结果:

 

分类:

技术点:

相关文章:

  • 2021-10-16
  • 2021-11-21
  • 2021-10-16
  • 2021-12-28
  • 2021-10-26
  • 2021-11-29
  • 2021-11-20
  • 2021-12-31
猜你喜欢
  • 2022-01-23
  • 2021-10-16
  • 2021-10-16
  • 2021-10-16
  • 2021-12-16
  • 2022-01-06
相关资源
相似解决方案