标签: python html django
我在PHP中需要类似file_get_contents的东西。 我知道它有点像:
import urllib2 urllib2.urlopen(url).read()
但我怎么能把它放在django html模板中?
快速回答的问题。
答案 0 :(得分:2)
你不能把它直接放到django的html模板语言中。你可能会考虑: