In the next example, we use two variables. simple2.py. #!/usr/bin/env python3 from jinja2 import Template name = 'Peter' age = 34 tm = Template( ...
確定! 回上一頁