<body>
    <h1>携带参数的AJax</h1>
    {% csrf_token %}
    <label for="num1"></label>
    <input type="text" id="num1">
    +
    <label for="num2"></label>
    <input type="text" id="num2">
    =
    <label for="result"></label>
    <input id="result" type="text">
    <button class="cal">计算</button>
</body>
html文件

相关文章:

  • 2021-07-27
  • 2022-12-23
  • 2022-12-23
  • 2021-04-08
  • 2022-12-23
  • 2021-09-13
  • 2021-11-14
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2021-07-26
  • 2021-12-02
  • 2022-12-23
  • 2022-12-23
  • 2021-08-22
  • 2022-12-23
相关资源
相似解决方案