如何将python代码连接到html?

时间:2019-09-24 03:51:22

标签: javascript python html ajax

this is my html code for the search bar rn

我想将我的python代码连接到此HTML代码,以便我可以通过python代码创建一个Youtuber对象并应用其他功能。我希望一旦按下提交按钮后就可以创建Youtuber对象。有什么办法可以做到吗?谢谢

1 个答案:

答案 0 :(得分:1)

您想在按下submit按钮时调用python代码。

您可以使用 AJAX 或简单的JavaScript来使用它。查看此处建议的解决方案。

  1. Call Python function from JavaScript code
  2. Call python function from JS