The values() method returns a QuerySet containing dictionaries: <QuerySet [{'comment_id': 1}, {'comment_id': 2}]>. The values_list() method ...
確定! 回上一頁