在controllers / default.py中def test(): return dict(test=db().select(db.tbl_profile.name))我在test.html中有{{= test}},但它返回給我: tbl_card.name Johnny Apples... 我只希望完整的完整名稱顯示在html中,而不是table.field的名稱或不完整的名稱(由...切斷)。
web2py:將完整的db字段顯示為html
慕田峪7331174
2021-03-08 13:17:19
