Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 23 of 23 for same (0.15 sec)

  1. docs/vi/docs/index.md

    Chúng tôi chỉ trình bày những thứ cơ bản bên ngoài, nhưng bạn đã hiểu cách thức hoạt động của nó.
    
    Thử thay đổi dòng này:
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ...từ:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...sang:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 21.9K bytes
    - Viewed (0)
  2. docs/yo/docs/index.md

    ---
    
    A ń ṣẹ̀ṣẹ̀ ń mú ẹyẹ bọ́ làpò ní, ṣùgbọ́n ó ti ni òye bí gbogbo rẹ̀ ṣe ń ṣiṣẹ́.
    
    Gbiyanju láti yí ìlà padà pẹ̀lú:
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ...láti:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...ṣí:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 24.1K bytes
    - Viewed (0)
  3. docs/ja/docs/index.md

    - 2 つの対話的なドキュメントのWebインターフェイスを直接提供します。
    
    ---
    
    まだ表面的な部分に触れただけですが、もう全ての仕組みは分かっているはずです。
    
    以下の行を変更してみてください:
    
    ```Python
        return {"item_name": item.name, "item_id": item_id}
    ```
    
    ...以下を:
    
    ```Python
            ... "item_name": item.name ...
    ```
    
    ...以下のように:
    
    ```Python
            ... "item_price": item.price ...
    ```
    
    ...そして、エディタが属性を自動補完し、そのタイプを知る方法を確認してください。:
    
    Plain Text
    - Registered: Sun May 05 07:19:11 GMT 2024
    - Last Modified: Mon Apr 29 05:18:04 GMT 2024
    - 21K bytes
    - Viewed (0)
Back to top