Call a python function within a html file

前端 未结 5 1048
甜味超标
甜味超标 2020-12-02 11:56

Is there a way to call a python function when a certain link is clicked within a html page?

Thanks

5条回答
  •  情书的邮戳
    2020-12-02 12:04

    In addition to running Python scripts on a server, you can run Python scripts on the client-side using Skulpt.

提交回复
热议问题