locals() 在django當中的一處妙用

從django的manual 當中看到的 def current_datetime(request): now = datetime.datetime.now() return render_to_response('current_datetime.html', {'current_date': now}) 不少時候,就像在這個範例中那樣,你發現本身一直在計算某個變量,保存結果到
相關文章
相關標籤/搜索