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 ,