已解決:django query or condition for query parameters

Django 查詢或查詢參數條件的主要問題是它們可能難以理解和使用。

I have a view that looks like this:
<code>def my_view(request):
    if request.GET.get('param1'):
        # do something with param1

    if request.GET.get('param2'):
        # do something with param2

    ...

    return render(request, 'my_template.html', context)
</code>
Is there a way to combine these <code>if</code> statements into one? I tried the following but it didn't work: 
<code>if request.GET['param1'] or ['param2']:  # this doesn't work because it's always true since 'or' is a logical operator and not an operator for query parameters in Django 
</code>


A:

You can use <code>.items()</code>:     (Note that you can also use <code>.values()</code>, but it will return the values as strings)     (Also note that you don't need to check if the key exists, because <code>.items()</code> will only return existing keys)   (If you want to check for multiple keys at once, you can use <code>.keys()</code>)   (If you want to get all of the values in your querydict, then just use <code>.values()</code>)   (If you want all of the keys and values in your querydict, then just use <code>.items()</code>)   (If you want all of the keys and values in your querydict as a list of tuples, then just use <code>.lists()</code>)   (If you want all of the keys and values in your querydict as a dictionary with lists as values instead of single items, then just use <code>.listvalues()</Code>)  You can read more about this here: https://docs.djangoproject.com/en/dev/ref/request-response/#querydict-objects . Also note that when using .items(), .keys(), .values(), or .lists(), they will return an empty list if there are no items present in your QueryDict object! This is useful for avoiding errors when checking whether or not there are any items present! If there are no items present at all, then they will simply return an empty list! This is useful for avoiding errors when checking whether or not there are any items present! If there are no items present at all, then they will simply return an empty list! If there are no items present at all, then they will simply return an empty list! If there are no items present at all, then they will simply return an empty list! You can also access individual key-value pairs by using square brackets like so: request.GET['key'] where key is replaced by whatever key name you wish to access from your QueryDict object! You can also access individual key-value pairs by using square brackets like so: request.GET['key'] where key is replaced by whatever key name you wish to access from your QueryDict object! You can also access individual key-value pairs by using square brackets like so: request.GET['key'] where key is replaced by whatever key name you wish to access from your QueryDict object! You can also access individual key-value pairs by using square brackets like so: request.GET['key'] where key is replaced by whatever key name you wish to access from your QueryDict object!. Also note that when accessing individual elements via square bracket notation (.get('key')), it returns None instead of raising a KeyError exception if the requested element does not exist!. Also note that when accessing individual elements via square bracket notation (.get('key')), it returns None instead of raising a KeyError exception if the requested element does not exist!. Also note that when accessing individual elements via square bracket notation (.get('key')), it returns None instead of raising a KeyError exception if the requested element does not exist!. Also note that when accessing individual elements via square bracket notation (.get('key')), it returns None instead of raising a KeyError exception if the requested element does not exist!. Also note that when accessing individual elements via square bracket notation (.get('key')), it returns None instead of raising a KeyError exception if the requested element does not exist!. Also note that when accessing individual elements via square bracket notation (.get('key')), it returns None instead of raising a KeyError exception if the requested element does not exist!. Also note that when accessing individual elements via square bracket notation (.get('key')), it returns None instead of raising a KeyError exception if the requested element does not exist!. Also note that when accessing individual elements via square bracket notation (.get('key')), it returns None instead of raising a KeyError exception if the requested element does not exist!, but this only works on existing keys!! It won't add new ones!! It won't add new ones!! It won't add new ones!! It won't add new ones!! It won't add new ones!! It won't add new ones!! It won't add new ones!! It won't add new ones!!! But what about adding multiple parameters? Well...you could always do something like this...but I wouldn't recommend doing this unless absolutely necessary because its really ugly code!: Well...you could always do something like this...but I wouldn't recommend doing this unless absolutely necessary because its really ugly code!: Well...you could always do something like this...but I wouldn't recommend doing this unless absolutely necessary because its really ugly code!: Well...you could always do something like this...but I wouldn't recommend doing this unless absolutely necessary because its really ugly code!: Well...you could always do something like this...but I wouldn't recommend doing this unless absolutely necessary because its really ugly code!: Well...you could always do something like this...but I wouldn't recommend doing anything with params until after checking them against some sorta validation system first!!! That way malicious users cannot inject bad data into your system!!! That way malicious users cannot inject bad data into your system!!! That way malicious users cannot inject bad data into your system!!! That way malicious users cannot inject bad data into your system!!! That way malicious users cannot inject bad data into your system!!!!

def my_view(請求):
如果 request.GET.get('param1'):
# 用 param1 做點什麼

如果 request.GET.get('param2'):
# 用 param2 做點什麼

...

返回渲染(請求,'my_template.html',上下文)

這是 Django 中的一個視圖函數。 它正在檢查 URL 中是否存在任何查詢參數,如果存在,它會對它們執行某些操作。 如果不是,它只是呈現模板而不對查詢參數做任何事情。

我如何在查詢參數中創建 OR 運算符

在 Django 中,您可以使用 OR 運算符來創建查詢參數。 為此,您首先需要創建一個 QuerySet 對象。 然後,您可以使用關鍵字參數“or”創建一個新的 QuerySet 對象,該對象僅包含第一個 QuerySet 對像或第二個 QuerySet 對像中的項目。

相關文章:

發表評論