摘要: python代码 需要用到:django.utils.safestring.make_safe 例子: from django.utils.safestring import mark_safe def index(request): s = "<h1>index page</h1>" s = ma 阅读全文
posted @ 2021-06-25 14:37 403·Forbidden 阅读(272) 评论(0) 推荐(0)