[问题] 在客户端的网页显示

楼主: gn00618777 (非常念旧)   2015-01-17 10:12:17
我一个 html档,运行在 host,他的内容只有 <h1>{{ result }}</h1>,是要给
客户端看得显示页面。
我web主程式,里面一个function是执行某个指令:
@app.route("/test",methods=['GET','POST'])
def function test():
import subprocess
cmd=subprocess.Popen(['ifconfig','eth0'],stdout=subprocess.PIPE,stderr=subprocess.PIPE)
out,err=cmd.communicate()
templateData={
'result' : out
}
return render_template('xxx.html',**templateData)
他在客户端显示的讯息都是连在一起没有分段,如果我在web主程式打print(out)
他在这边就像linux显示那样整齐,有什么比较聪明的办法可以让他像显示在 linux
那样地显示在客户端? 有python提供的API吗? 谢谢。
作者: uranusjr (←這人是超級笨蛋)   2015-01-17 10:27:00
楼主: gn00618777 (非常念旧)   2015-01-17 13:07:00
哈哈哈哈 这到底在说啥阿 QQ看起来就是用 nl2br 这函式将 output 换行他会对印出的\n做出换行的html tagnl2br function 我需要额外创吗...? 谢谢我想到用js来解决..

Links booklink

Contact Us: admin [ a t ] ucptt.com