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