顺序
质数
备注
{% for prime in primeList %}
{{loop.index}}
{{prime}}
{% if prime%10==9 %}
末尾数为9,好数字!
{% endif %}
{% endfor %}
质数图