V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
alexinit
V2EX  ›  Python

小白求救,html 中 Button 点击后想调用 python 脚本中的函数,怎么实现啊.

  •  
  •   alexinit · 2015-11-05 11:22:41 +08:00 · 8898 次点击
    这是一个创建于 3092 天前的主题,其中的信息可能已经有所发展或是发生改变。
    如题.
    7 条回复    2016-05-30 18:16:43 +08:00
    Ncer
        1
    Ncer  
       2015-11-05 11:53:22 +08:00
    QT 里有 addToJavaScriptWindowObject
    vileer
        2
    vileer  
       2015-11-05 14:38:36 +08:00   ❤️ 1
    给两条思路吧:
    1.webview 接口,就像 1 楼那样
    2.实现一个 tiny web server , python 本来就有个 SimpleHTTPServer 的模块,实现起来不是什么难事
    wkdhf233
        3
    wkdhf233  
       2015-11-05 14:43:41 +08:00
    http://www.brython.info/
    你在说这个么
    alexinit
        4
    alexinit  
    OP
       2015-11-05 14:45:59 +08:00
    huson
        5
    huson  
       2015-11-05 15:19:57 +08:00
    web.py 或者其他 flask 等微框架 直接把函数写里面 用 url 调用就行了啊。。
    alexinit
        6
    alexinit  
    OP
       2016-05-30 10:26:32 +08:00   ❤️ 1
    @huson 解决了,直接用 flask 写成借口调用就可以啦.之前太小白.
    alexinit
        7
    alexinit  
    OP
       2016-05-30 18:16:43 +08:00
    接口-->接口,打错字了.
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   我们的愿景   ·   实用小工具   ·   3373 人在线   最高记录 6543   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 26ms · UTC 12:11 · PVG 20:11 · LAX 05:11 · JFK 08:11
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.