推荐学习书目
Learn Python the Hard Way
Python Sites
PyPI - Python Package Index
http://diveintopython.org/toc/index.html
Pocoo
值得关注的项目
PyPy
Celery
Jinja2
Read the Docs
gevent
pyenv
virtualenv
Stackless Python
Beautiful Soup
结巴中文分词
Green Unicorn
Sentry
Shovel
Pyflakes
pytest
Python 编程
pep8 Checker
Styles
PEP 8
Google Python Style Guide
Code Style from The Hitchhiker's Guide
hardman
V2EX  ›  Python

使用 js 生成模板读取 json 中的内容的时候读取不出来

  •  
  •   hardman · Feb 10, 2017 · 2217 views
    This topic created in 3404 days ago, the information mentioned may be changed or developed.
    '#{% for items in comments %}',
    '#{% if loop.index > 2 %}',
    '#{% break %}',
    '#{% endif %}',
    '<li>',
    '<a class="_4zhc5 _iqaka" title="#{items.username}" href="/profile/#{items.user_id }"
    '#{items.username}',
    '</a>',
    '<span>',
    '<span>',
    '#{items.content}',
    '</span>',
    '</span>',
    ' </li>',
    '#{% endfor %}',
    hardman
        1
    hardman  
    OP
       Feb 10, 2017
    {
    "has_next": true,
    "images": [
    {
    "head_url": "http://images.nowcoder.com/head/710m.png",
    "comment_count": 3,
    "user_id": 100,
    "created_date": "2017-01-19 14:22:51",
    "url": "http://images.nowcoder.com/head/603m.png",
    "user_name": "User100",
    "id": 994,
    "comments": [
    {
    "username": "User100",
    "content": "This is a comment0",
    "user_id": 100
    },
    {
    "username": "User100",
    "content": "This is a comment1",
    "user_id": 100
    }
    ]
    },
    {
    "head_url": "http://images.nowcoder.com/head/710m.png",
    "comment_count": 3,
    "user_id": 100,
    "created_date": "2017-01-19 14:22:51",
    "url": "http://images.nowcoder.com/head/972m.png",
    "user_name": "User100",
    "id": 993,
    "comments": [
    {
    "username": "User100",
    "content": "This is a comment0",
    "user_id": 100
    },
    {
    "username": "User100",
    "content": "This is a comment1",
    "user_id": 100
    }
    ]
    },
    {
    "head_url": "http://images.nowcoder.com/head/710m.png",
    "comment_count": 3,
    "user_id": 100,
    "created_date": "2017-01-19 14:22:51",
    "url": "http://images.nowcoder.com/head/151m.png",
    "user_name": "User100",
    "id": 992,
    "comments": [
    {
    "username": "User100",
    "content": "This is a comment0",
    "user_id": 100
    },
    {
    "username": "User100",
    "content": "This is a comment1",
    "user_id": 100
    }
    ]
    }
    ]
    }
    About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   3597 Online   Highest 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 29ms · UTC 04:55 · PVG 12:55 · LAX 21:55 · JFK 00:55
    ♥ Do have faith in what you're doing.