如何在HTML代码中使用python变量

时间:2018-07-18 17:04:39

标签: python html

import sys
variable=sys.argv[1]
#print variable

"""<html>
<body>
    <p>Here is my variable: {{variable}} </p>
</body>"""

问题:问题:您好,     我试图在HTML代码中获取python变量。下面是示例代码。

File : test.py  Hell

I want output just Hello on screen . Please give any advice . 

Thanks  and Regards ,

0 个答案:

没有答案