這支影片介紹樹莓派中預設的 程式 開發工具。 ... Sonic Pi 9:53 Thonny Python IDE 10:13 Visual Studio Code 10:28 Wolfram 11:00 結論#樹莓派 #應用 ... ... <看更多>
Search
Search
這支影片介紹樹莓派中預設的 程式 開發工具。 ... Sonic Pi 9:53 Thonny Python IDE 10:13 Visual Studio Code 10:28 Wolfram 11:00 結論#樹莓派 #應用 ... ... <看更多>
#1. 使用Thonny Python IDE編寫MicroPython程式(二)
在Thonny IDE的互動環境(Shell)操作MicroPython開發板的方式,跟使用 ... 使用序列埠通訊軟體連線,貼入程式碼之前,需要先按一下Ctrl+E鍵,互動 ...
#2. 小巧好用的Python整合開發環境Thonny - 何敏煌老師的課程教材
Thonny 主要有3個視窗,中間最大面積的是程式碼編輯器,下方則是互動介面,也是程式執行之後結果輸出的地方,右邊則是說明視窗,在執行程式之後,如果 ...
#3. | ESP32 教學| MicroPython | Thonny IDE | 105 | JIMI陪你玩 ...
有在開發python 程式的朋友應該或多或少聽過Thonny 這套工具,特色就是輕巧,使用上最大的好處就是整合MicroPtyhon 的REPL 與檔案系統,當寫好程式碼 ...
#4. Raspberry Pi Pico _安裝Thonny、MicroPython 專案應用
將樹莓派Pico 連接到您的電腦後安裝Thonny Python IDE,並編寫一套MicroPython 程式碼控制麵包版上的LED 閃爍。如果有其它可用的擴充零件也可拿來嘗試 ...
#5. MicroPython on ESP8266 學習筆記(二十六) : 使用Thonny 編輯 ...
以下介紹如何使用Thonny 編輯器連線MicroPython 控制板, 此處使用D1 Mini ... 這樣就可以直接在此Shell 命令列輸入Python 指令, 例如下面的程式碼是以 ...
#6. MicroPython 如此簡單系列: Thonny IDE - Medium
Thonny 是一個小巧好用的Python IDE,安裝檔案只要小小的10幾MB,不管是下載和安裝 ... 依指示步驟安裝完成後, 開啟Thonny IDE 主程式, 畫面如下, 上面為編寫程式碼的 ...
#7. 學習用Thonny 寫代碼:一個面向初學者的Python IDE - 每日頭條
程式 設計師通常使用被叫做調試器的工具來處理這種情況, ... 編譯自: https://fedoramagazine.org/learn-code-thonny-python-ide-beginners/.
#8. Thonny, Python IDE for beginners
Steps follow program structure, not just code lines. Stepping through statements. Step through expression evaluation. If you use small steps, then you can even ...
複製程式碼到Thonny下,並另存到ESP32的設備上(如下圖說明). 在LED上顯示Hello World. 簡單程式如下:. from machine import Pin, SoftI2C #匯入Pin ...
#10. [問答]架構與原始碼導覽- Py4t 教青少年學Python
thonny 與py4t的程式原始碼均託管在github網站,在說明程式原始碼時,會以github網站的程式碼為例。 讀者若想在本機修改及驗証py4t程式原始碼,要先找到本機的site-packages ...
#11. [Python教學]搞懂5個Python迴圈常見用法
在撰寫程式的過程中,都有機會要重複執行一些相同的運算,但是重複撰寫好幾次同樣的運算看起來非常的沒有效率,所以在這個情況下我們通常會使用迴圈來幫我們完成,本篇 ...
#12. 《Python 教學手冊》視覺化教學/自學利器–Python Tutor 網站
然後點選「Start visualizing your code now」,您可以看到一個可供撰寫程式碼的視窗。在這個視窗中,於最上方的「Write code in」的欄位內選擇Python 的最新版,然後貼上 ...
#13. Python 的整合開發環境IDE Thonny 安裝與使用 - 朱式幸福
寫程式需要一套整合開發環境(IDE = Integrated Development ... 安裝Thonny的主要目的當然不是為了可以編輯Python程式碼(不然記事本就很好用了),除錯 ...
#14. thonny/code.py at master · RPi-Distro/thonny - GitHub
Raspbian packaging for https://bitbucket.org/plas/thonny/ - thonny/code.py at master · RPi-Distro/thonny.
#15. 問答Q&A - Py4t 教青少年學Python
便利貼類似圖形積木,但本質上是經過設計的「 程式碼便利貼」,在拖曳便利貼時, ... 一般Python是使用pip安裝,而Thonny本身有內建一個套件安裝圖形工具,工具位置及 ...
#16. Day-7: 次方與指數| 輕鬆學Python - googoodesign
程式碼. #使用utf-8 編碼 #-*- coding: cp950 -*- #使用Big5 編碼(windows 下使用) import math print "5 的平方= 5 ** 2 = ", 5**2 print "5 的平方= math.pow(5,2) ...
#17. [筆記] Raspberry Pi 樹莓派的軟體開發 - 研發紀事
底下就用簡單的程式碼來試試看這些開發套件。 ... 樹莓派官方的系統內建兩套IDE軟體開發套件,一套稱為Python 3 IDLE,另一套為Thonny Python。我分別用print簡單的 ...
#18. S4A | MicroPython好用的整合開發環境- Thonny - Facebook
MicroPython好用的整合開發環境- Thonny 這學期上MicroPython用的Thonny免安裝版, ... 在目錄下也提供ESP8266和ESP32的韌體程式, ... 學習圖形化的程式碼開發方式,
#19. 【開箱文】Raspberry Pi Pico 進階套件教學全攻略
開啟Thonny程式編輯器,起始畫面如下圖所示。 ... 在開始撰寫程式之前,我們先來了解一下基本硬體,下圖是Pico插上擴展板的樣子, ... 程式碼解說:.
#20. Day 1, 學習Python 使用D1 mini發現沒有Device選項(2022/6/8 ...
昨天,我在跟著教學做D1 mini的程式時,發現教學中在Thonny匯入自製函式庫的動作為: Device -> Upload current script with current name。...
#21. 學Python 玩創客 - 旗標
10 分鐘內開始寫第一行程式, 1 小時內開始控制LED. 從不懂到懂, 清楚說明程式語言的概念與邏輯 ... Thonny. 手冊目錄. 第一章安裝Python 開發環境 第二章電子電路基礎
#22. 樂意創客官方店| 露天市集
138 ~ 660. 運費券折扣碼P幣. 銷售5. 1月. 【樂意創客官方店】Raspberry Pi 樹莓派完整版套件提供程式碼Python、C、Java、Scratch. 2,200. 運費券折扣碼P幣.
#23. Python while 迴圈(loop)基本認識與3種操作 - 自學成功道
你可以設定一個變數i,並在 while 後頭陳述符合需求的條件,條件是只要i小於101,就把i印出來。 i = 0 while i < 101: print(i) i = i + 1. 執行程式碼, ...
#24. ESP32 的MicroPython - Soft & Share
如何在MicroPython 和ESP32 中使用Thonny 編輯器。 ... 因此,它擁有大量的學習資源、優秀的文件和程式碼庫,涵蓋了驚人的應用程式廣度。
#25. Arduino筆記目錄 - 天花板隨記
Arduino筆記(94):一個產生8x8 LED 矩陣程式碼的網站 · Arduino筆記(93):Wii Nunchcuk ... MicroPython筆記(03):使用Thonny IDE在NodeMCU/ESP32編譯MicroPython程式
#26. 【大享】 使用Python搜刮網路資料的12堂實習課 ... - 蝦皮
... 本書附件下載(範例程式碼) 網路爬蟲是AI範疇中, 取得資料與儲存的一項重要技能, ... 在本書中我們將學會使用以下的Python開發環境、模組及框架: Thonny Jupyter ...
#27. Learn to code with Thonny — a Python IDE for beginners
We'll call this the focus and it indicates the part of the code Python is going to execute next. Thonny debugger focus. The piece of code you ...
#28. Code::Blocks - 維基百科,自由的百科全書
Code::Blocks是一個免費、開源、跨平台的整合式開發環境,使用C++開發,並且使用wxWidgets做為GUI函式庫。Code::Blocks使用了外掛程式架構,其功能可以使用外掛程式 ...
#29. 公車拉環低耗電廣告行銷 - 修平科技大學
圖十一Thonny Python 安裝檔下載流程……………………20 ... 圖四十二第二頁面程式碼……………………………………37 ... Thonny 開啟此程式,並且可以直接在Thonny 裡直接執行程式。
#30. 比PyCharm還好用的Python編輯器Thonny_壹零社
目前Thonny內建Python 3.7.9版,無需額外安裝Python和學習複雜的配置環境 ... Thonny雖然有程式碼補全功能,但需要手動按tab鍵才能觸發,相比其他能夠 ...
#31. Python random隨機亂數小百科(一) - 海獅程式
Python程式設計中如何使用random隨機亂數產生隨機數字?如何在序列資料中隨機取出一筆元素?如何運用權重比控制資料出現的機率?
#32. 超簡單Python / MicroPython 物聯網應用:堆積木寫程式輕鬆 ...
本書第二版使用最新版本Thonny Python IDE、MicroPython 韌體和模組,並且提供Thonny 外掛程式安裝教學與ESP8266 工具箱可攜式套件,讓你馬上就能學習IoT 物聯網專案開發。
#33. 看圖學Python人工智慧程式設計(附範例光碟) - 博客來
本書是一本學習Python程式設計的入門教材,也是一本入門人工智慧程式設計的基礎教材, ... 1-2 認識Python、運算思維和Thonny ... 1-4 使用Thonny建立第一個Python程式
#34. 利用Python做出QR Code
OK,看到這個標題你可能會想:網路上有很多免費的QR Code生產器,我何必自己用Python來做? 嗯...是沒錯啦 ... 是說如果你想要在程式中大量的產生QR ...
#35. fChart程式設計教學工具+Blockly中文離線版
fChart程式碼編輯器是一套輕量級整合開發環境,不只可以編譯, 編輯和執行C, C++, C#, VB和Java程式, 更提供流程圖符號分類的功能表命令,可以快速插入指定程式語言的程式 ...
#36. Thonny vs. Visual Studio Code: Which One Is Better for the ...
Both Thonny and Visual Studio Code are built in to the Raspberry Pi OS. They're both capable of running Python scripts and useful when you ...
#37. Python 台北
Q; 專題簡介; 台北; 清晰解說程式碼; pip install markdown; org is available ... Thonny is an integrated development environment (IDE).
#38. Thonny: The Beginner-Friendly Python Editor
How to use Thonny to debug your code. By the end of this article, you'll be comfortable with the development workflow in Thonny and ready to use it for your ...
#39. 試題及標準答案
編譯語言需要在程式執行前透過編譯器(compiler)將程式碼 ... 在C 程式片段中,int a=2,b=3; a*=b++; 執行後a+b 的值 ... (B) Colab (C)Thonny (D) IDLE.
#40. 【資源分享】Python Tools 大補帖 - 緯育TibaMe Blog
10個最好用的Python開發環境(IDE) · 10. Wing · 9. Thonny · 8. Spyder · 7. Emacs · 6. Atom · 5. Visual Studio Code · 4. Sublime Text · 3. Eclipse環境Python ...
#41. 變數與資料型態 - Python 程式設計
Python 介紹. ▷ 創始人為吉多·范羅蘇姆(Guido van Rossum). ▷ 打發聖誕節的無趣,決心開發一個新的指令碼解釋. 程式,作為ABC語言的一種繼承.
#42. Some of The Best IDE and Code Editors for Python - SitePoint
Atom; Visual Studio Code; Vim; PyCharm; Spyder; Sublime Text; PyDev; Thonny; Wing Python IDE. A Summary of IDE and Code Editor Features ...
#43. 從Scratch到python
從Scratch邁向Python. 從Scratch到Python. scratch3.0. 進階遊戲化學習程式語言(文字型). (1)Thonny(IDE)+python便列貼(桃園南門國小張文宏老師).
#44. Python IDE for beginners: Thonny 4.0 adds new features
Thonny's built-in debugger requires a simple press of just CTRL + F5 and will walk you through your code, showing you how Python expressions ...
#45. 針對Python 程式碼進行偵錯- Visual Studio - Microsoft Learn
Visual Studio 提供Python 程式碼的豐富偵錯,包括設定中斷點、逐步執行、檢查值、查看例外狀況,以及在互動式視窗中偵錯。
#46. 【Python】畫三角形、菱形、直角三角形| 愛喝咖啡X 咖啡程式
學習簡單的資料類型、基本數學運算與文字操作; 以Python的內建資料結構處理資料; 探索Python程式碼結構,包括函式的使用; 使用模組與套件編寫 ...
#47. 樹莓派官方作業系統中預設的程式開發工具 - YouTube
這支影片介紹樹莓派中預設的 程式 開發工具。 ... Sonic Pi 9:53 Thonny Python IDE 10:13 Visual Studio Code 10:28 Wolfram 11:00 結論#樹莓派 #應用 ...
#48. Raspberry Pi Pico-MicroPython, CircuitPython 開發環境建置
要了解Pico 除了閱讀它的資料手冊和程式碼之外,更重要的一點就是要有它的開發環境 ... 下面介紹的是官方建議使用的MicroPython 程式撰寫軟體:Thonny.
#49. Python 註解 - ya06061的部落格- 痞客邦
註解在程式中是非常重要的, 畢竟要在一片的程式碼中分辨出他們大概眼睛也花了, 而且如果是跟別人分工撰寫就絕對不可缺少註解, 在Python 中註解一樣 ...
#50. Python CVZone + Face Recognition 函式庫 - vMaker 台灣自造者
本文再跟隨陳會安老師先前分享幾十行Python 程式碼玩人臉辨識(facial recognition) ... 即可找到Thonny IDE 的執行檔「thonny.vbs」,如圖1 所示。
#51. 在LattePanda上使用Python與Arduino來控制meArm機械手臂
Arduino IDE在上傳程式碼的時候,需要選擇對應的port(連接埠)才能上傳到控制板上,如下圖,請選擇 ... 打開Thonny,完成以下的Python程式碼。
#52. Code Pico with Thonny - The MagPi magazine - Raspberry Pi
Open Thonny. The best way to program in MicroPython on your Raspberry Pi Pico is with the Thonny Python IDE (integrated development ...
#53. 使用Python搜刮網路資料的12堂實習課| 博碩文化股份有限公司
全書以簡單的Python程式為主軸,讓您可以輕鬆學會如何利用Python的模組擷取公開的網站資料、網頁內容,並 ... Thonny, Jupyter Notebook, requests.
#54. 【問題】VSode 有沒有類似這種功能的插件能除錯
可以看到電腦是怎麼跑整個程式碼的(1)會先跳入一行程式碼(2)然後重內到外 ... 我原本的IDE是使用Thonny 但是有些功能只支援到Python3.7.9 想要轉成 ...
#55. Python BMI 計算程式 - 氧氣橘子
計算BMI的小程式. ... 用Python 寫一個小程式,可以計算BMI並分類,再計算出體重需要達到多少才符合正常體位。 ... 那就直接上程式碼,說明在註解裡 ...
#56. 【python】初體驗-打磚塊遊戲 - 無限升級
安裝完畢後就可以開啟您習慣的編輯器鍵入程式碼: 將以下程式碼存成play.py檔名 # encoding: utf-8 import os, sys, random import pygame from ...
#57. Day 5 - Beginner - Python Loops - StudyCamp 台灣線上學習論壇
一、新手每完成一日課程(例如Day 5),在論壇中回報自己的程式碼網址(repl.it)。 二、有問題隨時在論壇中發問,不用 ... 一、Thonny 安裝請問是否有安裝Thonny?
#58. 【程式】Python 初學者的開發環境推薦 - 眨眼貓咪-莉雅- 痞客邦
Visual Studio Code (VSCode)為偉大的MS所開發的超級code editing tool,免費且資源開放,並支持Windows,Mac OS,Linux,簡直是初學者一大優惠啊!
#59. 在Thonny安裝PyQt5 及pyqt5-tools 建立python開發視窗程式的 ...
使用以下程式碼,測試視窗程式是否OK? import sys from PyQt5 import QtWidgets, QtCore oApp=QtWidgets.QApplication(sys.argv) oWidget=QtWidgets.
#60. ESP32 CAM With CH340燒錄MicroPython in MacOS - Civil in AI
Thonny ,Python IDE,可進行Python程式設計,也可以直接將程式碼燒錄到ESP32CAM,下載連結:https://thonny.org/. ESP32 CAM(副廠,內建USB-TTL ...
#61. Python控制結構教學(11) 實作簡單計算機
接下來我們針對每個小部分來寫Python 程式碼:. 加法的部分: elif user_input == "+": num1 = float(input("請輸入數字:")) num2 = float(input("請 ...
#62. 使用Python接收多支ESP32Cam影像 - CH.Tseng
燒錄code必須透過USB2TTL轉接板,板子上一般都同時有3.3V及5V的輸出,而ESP32Cam可支援這兩種電壓輸入,燒錄或執行時選擇接那一種電壓皆可。 燒錄code時將 ...
#63. MicroPython with thonny - SlideShare
Thonny IDE, MicroPython, WEMOS D1 mini. ... 正修科技大學M0718105 涂紳騰18 編輯完MicroPython程式碼, 點擊(或F5)即可讓D1 mini執行已切換 ...
#64. 有什麼小白Python編輯器,最好是不用調就能用的那種? - 劇多
我用過一個叫Thonny,是一個開源免費的小軟體,適合新手學習時使用,也適合 ... 4、PyCharm這是一個專門用於Python開發的IDE,常見的程式碼補全、智慧 ...
#65. Keyboard shortcut to comment code in Thonny IDE
Single line comment. Ctrl + 1 . Multi-line comment select the lines to be commented. Ctrl + 4 . Unblock Multi-line comment. Ctrl + 5 .
#66. MicroPython - Python for microcontrollers
MicroPython aims to be as compatible with normal Python as possible to allow you to transfer code with ease from the desktop to a microcontroller or embedded ...
#67. Python可以這樣玩(15):蜂鳴器與音樂
本程式首先讓蜂鳴器間隔 1ms 發出一種頻率的聲音,迴圈 80 次;接著讓蜂鳴 ... 讓蜂鳴器亂叫的程式很簡單,如果能讓它唱歌就更好了。 ... C程式碼說明.
#68. Python 的pip 套件管理工具教學 - 挨踢路人甲
更新後使用pip發現已經看不到提醒訊息,且pip list查看,pip版本也更新了。 延伸閱讀:. 使用Visual Studio Code 對Python 程式進行除錯 · 沒有程式基礎也 ...
#69. 進學國小資訊組- Thonny 初學者學習Python 的好工具
Thonny 是初學者學習Python 的好工具,安裝jedi 後有auto-completion 功能,另外還有micro:bit 的外掛,提供一個友善的學習環境。
#70. VS Code - 知乎专栏
② Thonny : Thonny是基于python内置图形库tkinter开发出来的支持多平台(windows,Mac,Linux)的python IDE,支持语法着色、代码自动补全、debug等功能,如果你正在寻找 ...
#71. Visualize code in Python, JavaScript, C, C++, and Java
Privacy Policy: By using Python Tutor, your visualized code, options, user interactions, and IP address are logged on our server and may be analyzed for ...
#72. 学习用Thonny 写代码: 一个面向初学者的Python IDE
除了这些显著的特性,Thonny 还提供了其他几个初学者友好的工具。 请查看 Thonny的主页 以了解更多信息! via: https://fedoramagazine.org/learn-code- ...
#73. Python game code copy and paste - Pax Christi Ivrea
A suggested and free IDE called “Thonny” will work if you do not have a Python IDE installed on a computer. It is the only and main code file of our fruit ...
#74. Kite is saying farewell - Code Faster with Kite
From 2014 to 2021, Kite was a startup using AI to help developers write code. We have stopped working on Kite, and are no longer supporting ...
#75. Replit: the collaborative browser based IDE - Replit
Run code live in your browser. Write and run code in 50+ languages online with Replit, a powerful IDE, compiler, & interpreter.
#76. 學習用Thonny 寫代碼: 一個面向初學者的Python IDE - 雪花新闻
https://fedoramagazine.org/learn-code-thonny-python-ide-beginners/. 作者| Aivar Annamaa. 譯者| Auk7F7 共計翻譯:4篇貢獻時間:120 天.
#77. MicroPython: Send WhatsApp Messages ESP32/ESP826
You also need an IDE to write and upload the code to your board. We suggest using Thonny IDE or uPyCraft IDE: Thonny IDE: Installing and getting started with ...
#78. Python While Loops - W3Schools
Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, ...
#79. Online Python Compiler - online editor
Code, Compile, Run and Debug python program online. Write your code in this editor and press "Run" button to execute it. ''' print("Hello World").
#80. Online Python Compiler (Interpreter) - Programiz
Write and run Python code using our online compiler (interpreter). You can use Python Shell like IDLE, and take inputs from the user in our Python compiler.
#81. Online Python - IDE, Editor, Compiler, Interpreter
Build and Run your Python code instantly. Online-Python is a quick and easy tool that helps you to build, compile, test your python programs.
#82. Python Exercises, Practice, Solution - w3resource
Its design philosophy emphasizes code readability, and its syntax allows programmers to express concepts in fewer lines of code than possible in ...
#83. 0.4 Python 語法初探 - CodeJudger操作手冊- GitBook
單行註解. 「#」為Python 的註解符號,程式執行時「#」後面的程式碼不會執行,直接跳下一行。 · 多行註解. 「'''」為Python 的多行註解符號,需成對出現 · 縮排是把程式碼 ...
#84. 學慣用Thonny 寫代碼: 一個面向初學者的Python IDE - GetIt01
請查看Thonny的主頁以了解更多信息! via: https://fedoramagazine.org/learn-code-thonny-python-ide-beginners/.
#85. idle online python
Programiz; PyDev; PyCharm; Sublime Text; Thonny; Visual Studio Code; Jupyter Notebook; Vim; Atom; Spyder; IDLE; Eric; GNU/Emacs . Code with Mu: a simple ...
#86. 5 Great Raspberry Pi IDEs For Programmers and Students
If you're running any other version of Pi OS, you can install it with: sudo apt install thonny 4 Code::Blocks is a popular cross-platform IDE for Raspberry ...
#87. Input, print and numbers - Learn Python 3 - Snakify
1. How to read and write in Python. Every program is eventually a data processor, so we should know how to input and output data within it. There exists a ...
#88. Dracula — Dark theme for 302+ apps
Dracula is a color scheme for code editors and terminal emulators such as Vim, Notepad++, iTerm, VSCode, Terminal.app, ZSH, and much more.
#89. An esp8266/32 MicroPython based sensor platform for gpio ...
If you're using Thonny IDE, read the next section. py code from web server and MQTT/Homeassistant integration. EXPLORE ESP32 MICROPYTHON: Python Coding, ...
#90. Helping Kids with Coding For Dummies - 第 51 頁 - Google 圖書結果
FIGURE 3-10: Code, edit, debug, and execute Python code in a beginner-friendly IDE such as Thonny. Python uses an interactive interpreter, which means that ...
#91. Online Python Compiler - Tutorialspoint
Online Python Compiler - The best online Python programming compiler (Interpreter), Editor and Code Beautifier to provide an easy to use and simple ...
#92. Python ble - locandasestafelicita.it
For the tutorial, we used the DOIT ESP32 Devkit V1 alongside nRF Conne Mar 27, 2020 · IDE: Thonny Python IDE SO: Windows 10 Home Single Language 2004 Use ...
#93. online python debugger
Thonny is a free Python Integrated Development Environment (IDE) that was especially designed with the beginner Pythonista in mind.
#94. Python Exercises, Practice, Challenges - PYnative
The solution is provided for every question. Practice each Exercise in Online Code Editor. These Python programming exercises are suitable for all Python ...
#95. 55 Fun (and Unique) Python Project Ideas for Beginners in 2023
And it's part of the natural process of learning to code and working as a programmer. The pros use Google for answers all the time — so don't be ...
#96. BBC Micro:bit in Practice: A hands-on guide to building ...
You will also need Thonny or Mu Editor installed on your computer—the latest versions, if possible. All code examples have been tested using Thonny and Mu ...
#97. Apprenez les bases du langage Python - OpenClassrooms
Dans ce cours, vous allez enregistrer des informations en tant que données en Python. Vous allez contrôler la logique dans votre code avec des ...
thonny程式碼 在 S4A | MicroPython好用的整合開發環境- Thonny - Facebook 的美食出口停車場
MicroPython好用的整合開發環境- Thonny 這學期上MicroPython用的Thonny免安裝版, ... 在目錄下也提供ESP8266和ESP32的韌體程式, ... 學習圖形化的程式碼開發方式, ... <看更多>