python怎么把获得的内容放到html里,如何将python脚本加载到Html中?

I want to do the same thing as

but with a python script :

==================================

if xxx.py :

def mytest():

alert("test")

window.document.write(''test'')

==================================

and test.html :

mytest()

==================================

I always got this error :

NameError : name ''mytest'' is not defined

Thx ...

Patrick Poulin

解决方案

Man, I don''t even know where to start. There is no way this will work

if you don''t have a web browser that can interpret Python. I don''t know

of one, and I don''t think anybody wants one because using a browser

that would execute arbitrary Python code provided by the server would

be an obscene security mistake.

Javascript is specifically designed for client-side scripting, whereas

Python is not. You''ll have to re-think what you wanted to accomplish,

and if it was just "I prefer coding in Python to coding in Javascript"

then you''re basically SOL.

Hope this helps!

> Javascript is specifically designed for client-side scripting

Actually, Javascript''s client-side implementation is specifically

designed for client-side scripting. It has originally been envisioned

by Netscape for both server and sclient side scripting.

Berislav

PatPoul wrote:I want to do the same thing as

but with a python script :

==================================

if xxx.py :

def mytest():

alert("test")

window.document.write(''test'')

==================================

and test.html :

mytest()

==================================

I always got this error :

NameError : name ''mytest'' is not defined

Thx ...

Patrick Poulin

Long story short, no.

The browser needs binding to the language, and either the ability to use

the external interpreter or embed an interpreter, and no browser

currently has that kind of thing.

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值