
ESP32 : How to Setup An Analog Output for LED dimming, ... It's a fair bit more complicated than analogWrite, but it's still pretty simple. ... <看更多>
Search
ESP32 : How to Setup An Analog Output for LED dimming, ... It's a fair bit more complicated than analogWrite, but it's still pretty simple. ... <看更多>
各位大神,請教一下esp32可否L9110S對接,如排除PWM及analogwrite可以的話,想請教B-1A,B-1B,A-1A,A-1B,在GPIO裡腳位是幾號? 拜託大神幫忙回答. ... <看更多>
PWM on ESP32. To fade an LED on and off with an Arduino Uno (or other basic Arduino boards), you use the analogWrite method. As we know by now, analogWrite ... ... <看更多>
Hello, sorry for my late answer, I will look on my side with an esp32 if I have the same problem and how to solve it, because it seems to me that an arduino ... ... <看更多>
... <看更多>
When trying to compile this library for ESP32 using PlatformIO the following error occurs: .pio/libdeps/lolin32/Analog-Digital ... ... <看更多>
it is because analogWrite is PWM. arduino.cc/en/Tutorial/PWM. – Juraj ♢. Jun 15, 2019 at 9:15. esp32 analog pin's maximum is 1 V. ... <看更多>
#1. ESP32 ESP32S2 AnalogWrite - Arduino Reference
ESP32 ESP32S2 AnalogWrite. Signal Input/Output. ESP32 ESP32-S2 analogWrite functions AnalogWrite for ESP32 and ESP32-S2 with LEDC PWM.
#2. Arduino ESP32 PWM輸出L9110 140C04馬達轉速控制與類比 ...
ESP32 什麼都好,但是PWM是一個問題,傳統UNO可以用analogWrite簡單的實現類比輸出,像是讓LED慢慢亮起,或者發出不同頻率的蜂鳴器等,但是ESP32 ...
#3. ESP32 PWM with Arduino IDE (Analog Output) - Random ...
Learn how to generate PWM signals with the ESP32 using Arduino IDE. ... PWM or analog output, however could you try my analogWrite implementation for ESP?
#4. erropix/ESP32_AnalogWrite: Provides an analogWrite polyfill ...
This library provides an analogWrite function polyfill for ESP32 Arduino framework by wrapping the ledc library. Licensed under the MIT license. Usage. The ...
#5. ESP32 AnalogWrite - Arduino Library List
ESP32 AnalogWrite. ESP32 Polyfill for analogWrite functions. Author: ERROPiX; Maintainer: Abdelouahed ERROUAGUY; Website: https://github.com/ERROPiX/ ...
#6. ESP32 PWM Tutorial & Examples (AnalogWrite) - Arduino
How to use PWM in ESP32? ESP32 PWM Example Tutorial. ESP32 AnalogWrite ledcWrite Arduino IDE. Control PWM Resolution, Frequency, Duty Cycle.
#7. [Day6] 呼吸燈製作 - iT 邦幫忙- iThome
... 不就可以達到呼吸燈的效果,但是analogWrite()這個函式在Esp32中起不了作用,因為Esp32並不支援像Arduino Uno一樣的類比輸出,所以analogWrite()可以在Arduino Uno ...
#8. 【IOT物聯網應用-ESP32】第八篇:PWM呼吸燈調控燈光亮度
安裝ESP32 AnalogWrite 程式庫 · 在Arduino 整合環境功能表點選草稿碼/ 匯入程式庫/ 管理程式庫。 · 在右上方搜尋框輸入「ESP32 AnalogWrite」,下方會列出 ...
#9. Make an LED fade using a PWM signal on the ESP32 - Tech ...
ESP32 version · In the Arduino, we use the analogWrite() · The analogWrite() · Inside the loop function, each time it is called, the brightness · Simple. · The ESP32 ...
#10. 用ESP32打造智能小車
本次使用的MCU開發板是安信可出品的NodeMCU-32S,這板子除了相容於Arduino(?)外, 不直接支援analogWrite、不直接支援analogWrite、不直接支援 ...
#11. 创客玩转ESP32 Arduino 指南-运行Hello World 程序 - 知乎专栏
基于Arduino 的平台框架,在ESP32 上写程序已经很简单了,我们可以大胆 ... 多数情况下,我们使用analogWrite 函数进行PWM 输出,可是这个函数在ESP32 ...
#12. Esp32 scope. Thank you for reading. The ESP32 module is a ...
ESP32 AnalogWrite. 2, and a focal length of 162mm. That's exactly what this project does. ESP32 / ESP8266 NodeMCU boards should be added in your Arduino IDE ...
#13. esp32使用ledcWrite實現呼吸燈 - 台部落
ESP32 沒有Arduino輸出PWM 的analogWrite(pin, value) 方法,取而代之的ESP32 有一個LEDC ,設計是用來控制LED 。 ESP32 的LEDC 總共有16個路通道(0 ...
#14. analogWrite defintion - RNT Lab
<analogWriteArduino: 1.8.9 (Windows 10), Board: "SparkFun ESP32 Thing, 80MHz, Default, 921600, None" : error: 'analogWrite' was not declared in this scope> ...
#15. Esp32 mcpwm
Aug 22, 2018 · 而ESP32 内部自带专给电机产生pwm的外设MCPWM。 ... In the ESP32 analogWrite will not work, is different than the Arduino Uno. issue ...
#16. dlloydev/ESP32 ESP32S2 AnalogWrite - PlatformIO
AnalogWrite for ESP32 and ESP32-S2 with LEDC PWM. Includes PWM Phase Control, DAC and Smart GPIO resource management.
#17. 吉哥的分享- 開發板設定積木 - Google Sites
之前將BlocklyDuino改成可燒錄7697、Arduino、ESP32及ESP8266的版本後,因為不是 ... 另外,針對腳位的PWM控制,ESP32沒有類比寫入(analogWrite)這個函式,但它有另 ...
#18. Zmpt101b esphome. Please add new integration for ...
Please add new integration for ZMPT101B to reading AC Voltage with ESP32. ... In the ESP32 analogWrite will not work, is different than the Arduino Uno.
#19. 211.- Wemos D1 R32 ESP32. Librería analogWrite. - KIO4
Tutorial del Internet de las Cosas y Bluetooth con el ESP32 ... En el Arduino disponemos de la función analogWrite, se utiliza principalmente con PWM.
#20. ESP32: How to Setup An Analog Output for LED dimming, DC ...
ESP32 : How to Setup An Analog Output for LED dimming, ... It's a fair bit more complicated than analogWrite, but it's still pretty simple.
#21. Arduino : 在ESP32 上使用LEDC (PWM) (3) - CSDN博客
Arduino core for the ESP32 并没有一般Arduino 中用来输出PWM 的analogWrite(pin, value) 方法,取而代之的ESP32 有一个LEDC ,设计是用来控制LED 。
#22. 各位大神,請教一下esp32可否L9110S對接 - Facebook
各位大神,請教一下esp32可否L9110S對接,如排除PWM及analogwrite可以的話,想請教B-1A,B-1B,A-1A,A-1B,在GPIO裡腳位是幾號? 拜託大神幫忙回答.
#23. ESP32 AnalogWrite介绍, 评价和相关技术栈
Provides an analogWrite polyfill for ESP32 using the LEDC functions. 查看代码. 由. bruceshi2021-01-13 收录. 关注. --. 推荐. 不推荐. 更多信息.
#24. AnalogWrite pin G25 on ESP32 for true analog voltage output ...
Most analog outputs for Arduino and ESP32 are digital outputs pulsed by pwm. ESP32 has 2 real 8 bit analog outputs providing analog voltage ...
#25. What is ESP32 AnalogWrite? - ArduBadge
What is ESP32 AnalogWrite? ESP32 Polyfill for analogWrite functions Provides an analogWrite polyfill for ESP32 using the LEDC functions. Made by: ERROPiX.
#26. ESP32: PWM - Освой программирование играючи
ESP32 : PWM. Микроконтроллеры ESP32 не поддерживают стандартную функцию Arduino analogWrite() для управления широтно-импульсной модуляции (ШИМ).
#27. L3: Fading an LED with PWM - Physical Computing
PWM on ESP32. To fade an LED on and off with an Arduino Uno (or other basic Arduino boards), you use the analogWrite method. As we know by now, analogWrite ...
#28. analogWrite on ESP32 - Espruino forum
analogWrite, should work on the ESP32, depending on what version you are using. I've used it a fair amount. I know in recent versions of ...
#29. Getting Started with the ESP32 Voyager and Explorer!
In order to compile this code, you'll need to download and install the "ESP32 AnalogWrite" library. It can be found here:.
#30. Esp32 can example. I have connected my LED to GPIO32 ...
In the ESP32 analogWrite will not work, is different than the Arduino Uno. No shipping info available. md. This example code is in the public domain.
#31. ESP32 PWM Example | Circuits4you.com
ESP32 can generate PWM on all IO pins. In the ESP32 analogWrite will not work, is different than the Arduino Uno. ESP32 uses 8, 10, 12, ...
#32. In-depth ESP32 PWM Tutorial | How to use PWM in ESP32?
Since, pretty much every thing in LED PWM of ESP32 is user configurable (channel, resolution and frequency), instead of using 'analogWrite()' ...
#33. ESP32 - LED - Fade
analogWrite (18, brightness);. Where brightness is a value from 0 to 255. ESP32 Code - Simple Fade Example.
#34. espressif/arduino-esp32 - Gitter
as opposed to analogWrite which is a fixed PWM, ledc can directly control motors, leds, servos and whatnot. in AVR world where analogWrite comes from, ...
#35. ESP32学习2--error: 'analogWrite' was not declared in this scope
analogWrite (ledPin, val);. delay(50);. } } 编译的时候提示error: 'analogWrite' was not declared in this scope. 经多方查找以后发现esp32中并未 ...
#36. IoT 物連網操作手冊
(做PWM 就是指用analogWrite( ) 這句啦)會導致WiFi網路斷線! ... ( NodeMCU-ESP32 把analogWrite( ) 拿掉了, 因為它的PWM 改用timer 做, 參考ledcWrite( ) 函數)
#37. In-depth ESP32 PWM Tutorial | How to use ... - Energia Zero
Since, pretty much every thing in LED PWM of ESP32 is user configurable (channel, resolution and frequency), instead of using 'analogWrite()' function, we will ...
#38. A simple ESP32 PWM output experiment using an LED
In this lesson, you will learn how to make an LED fade using the PWM capability of the ESP32. Find this and other hardware projects on ...
#39. ESP32, Blynk 2.0 slider widget issue (analogWrite not working)
I have been trying to make a wifi led controller using Espressif ESP32 WROOM board. ... The ESP32 doesn't support the analogWrite() command.
#40. IoT物聯網應用: 使用ESP32開發版與Arduino C程式語言| 誠品線上
IoT物聯網應用: 使用ESP32開發版與Arduino C程式語言:1. ... 取(analogRead):多段小夜燈4-2 類比寫入(analogWrite):空氣品質指示燈Chapter 5 超音波與蜂鳴器5-1 ...
#41. Esp32 pwm pinout. DAC. Sending 0 will turn off the LED. It's ...
In the ESP32 analogWrite will not work, is different than the Arduino Uno. 0 board. Assign a digital pin to select the PWM channel.
#42. 內容簡介 產品特色: 1.相容平台:教學採用傳統ArduinoIDE ...
1-3 ESP32腳位編號及用途. Chapter 2 ESP32開發環境架設 2-1 ESP32環境設定 ... 4-2 類比寫入(analogWrite):空氣品質指示燈. Chapter 5 超音波與蜂鳴器
#43. Esp32 5v output. I made a circuit to use with my ESP32 to test ...
When we use an ESP8266 or ESP32 microcontroller with an operation voltage of 3. ... Provides an analogWrite polyfill for ESP32 using the LEDC functions.
#44. ESP32控制器PWM教程:控制LED灯的亮度看全部 - 开发板
一个周期是一个PWM信号的完整ON和OFF,如上图所示。 ESP32上的PWM功能. 在Arduino和NodeMCU中,我们使用analogWrite()函数将0到254之间的值写入 ...
#45. 智慧夜燈於養老院之應用作者: 闕肇廷。臺北市立松山工農。電
同樣是用PWM控制RGB LED的調光,但撰寫方式不一樣,在ESP32裡如果我們. 是使用「AnalogWrite」的指令來撰寫,會造成無法編譯的問題,但是如果是用.
#46. Arduino ESP32 呼吸燈 - 軟體兄弟
Arduino ESP32 呼吸燈,2019年8月22日— 运行Hello World 程序使用Arduino 的框架编写代码Arduino 的Hello ... 依赖后,就可以向往常一样使用analogWrite 函数了, ...
#47. 7. Pulse Width Modulation — MicroPython 1.18 documentation
Quick reference for the ESP32 · Quick reference for the RP2 · Quick reference for the i.MXRT family · Quick reference for the WiPy · Quick reference for the ...
#48. we - Ecomall
In the ESP32 analogWrite will not work, is different than the Arduino Uno. You can control the shape of the PWM signal with the duty cycle of (value/255).
#49. error: 'analogWrite' was not declared in this scope - githubhot
Hello, sorry for my late answer, I will look on my side with an esp32 if I have the same problem and how to solve it, because it seems to me that an arduino ...
#50. ESP32 PWM with Arduino IDE - LED fading example
Tutorial on how to generate pwm signal with ESP32, pulse width modulation signal ... If you know Arduino Uno programming, you must see that the analogWrite ...
#51. esp32触摸和LED灯显示(临时版) - 代码先锋网
esp32 触摸和LED灯显示调用模拟analogwrite_esp32库调用oneButton库调用Simplertimer库 #include <Arduino.h> #include <analogWrite.h> #include <OneButton.h> ...
#52. Hornbill ESP32 IO Control - Tutorials - Explore Embedded
In the last tutorial we saw how to use the Arduino ESP32 AWS IOT library to configure an AWS client ... digitalRead; digitalWrite; analogRead; analogWrite ...
#53. sketch.ino - Wokwi Arduino and ESP32 Simulator
void setup() { pinMode(0, OUTPUT); pinMode(1, OUTPUT); pinMode(4, OUTPUT); } void loop() { for(int i=0; i<=255; i+=5) { analogWrite(0,i); delay(30); } ...
#54. LED Control (LEDC) - ESP32 - Technical Documents
Setting up a channel of the LEDC in either high or low speed mode is done in three steps: Timer Configuration by specifying the PWM signal's frequency and duty ...
#55. 《Arduino入門》第七篇:RGB LED燈全彩模組 - 傑森創工
... analogWrite(Red,255); analogWrite(Green,0); analogWrite(Blue,0); ... 只有24 * 24mm,一樣是用ESP32當核心,外型雖迷你,依然是很強大的。
#56. LED Control (LEDC) — Arduino-ESP32 2.0.2 documentation
If 0 is returned, error occurs and the LEDC channel frequency was not set. analogWrite¶. This function is used to write an analog value (PWM wave) on the pin.
#57. PWM with ESP32 - Community Help With My Project
Has anyone worked on PWM with the ESP32? ... It looks like analogWrite is still not supported for the ESP32: Development Status.
#58. Can use analogWrite in ESP32? if not what is option?
I would like to use ESP32 to control DC motor via motor module ... All work fine in Arduino uno however the analogWrite funciton is not ...
#59. esp32触摸和LED灯显示_半个仙儿 - 程序员ITS401
esp32 触摸和LED灯显示调用模拟analogwrite_esp32库调用oneButton库调用Simplertimer库#include <Arduino.h>#include <analogWrite.h>#include <OneButton.h>#include ...
#60. ESP32AnalogWrite.cpp - Course Hero
View ESP32AnalogWrite.cpp from BITS 8 at Monash University. / ESP32AnalogWrite.c / simple arduino like 8 bit analogWrite() using ESP32 ledc / klin, ...
#61. ESP32 with Flutter - Wireless Car Control - smart enerji
Arduino's reference for analogWrite() describes the PWM wave characteristics for various hardware architecture. The general operational characteristic is 8-bit ...
#62. ESP32 Arduino: LED PWM fading - techtutorialsx
Note that at the time of writing, the commonly used analogWrite Arduino function was not yet available for the ESP32 Arduino environment ...
#63. esp32-s2 cant control more than 8 analog outputs at a time.
Im trying to control multiple leds with a esp32-s2, ... to run repeatedly: analogWrite(pin_left_r, 255); analogWrite(pin_left_g, ...
#64. AnalogWrite for ESP32 and ESP32-S2 with LEDC PWM ...
The analogWrite() function writes a duty cycle value to a (PWM wave) on a digital pin or an analog value to a DAC pin. It wraps the ESP32 ...
#65. Is there specific reason for naming PWM channels as LEDC in ...
ESP32 is not an Arduino, and it does not make sense to emulate Arduino's analogWrite completely for an ESP32, when adding support for ESP32 ...
#66. l9110 2-channel motor driver
analogWrite (BIB, 0);. } How to test. The components to be used are: - Microcontroller (any compatible arduino). - L9110 2-channel motor driver.
#67. [ESP32] error: 'analogWrite' was not declared in this scope
When trying to compile this library for ESP32 using PlatformIO the following error occurs: .pio/libdeps/lolin32/Analog-Digital ...
#68. How to read voltage value from arduino to esp32
it is because analogWrite is PWM. arduino.cc/en/Tutorial/PWM. – Juraj ♢. Jun 15, 2019 at 9:15. esp32 analog pin's maximum is 1 V.
#69. esp32触摸和LED灯显示_半个仙儿-程序员宝宝
esp32 触摸和LED灯显示调用模拟analogwrite_esp32库调用oneButton库调用Simplertimer库#include <Arduino.h>#include <analogWrite.h>#include <OneButton.h>#include ...
#70. Customer reviews: HiLetgo ESP-WROOM-32 ... - Amazon.com
Do not think that you will attach this ESP32 board (perhaps all ESP32 in ... on the Internet doesn't get around to mentioning is that analogWrite() is gone.
#71. [RELEASE] ST_Anything - Arduino/ESP8266/ESP32 - Projects ...
I do NOT know how the ESP8266 analogWrite function has been implemented on the ESP8266. You should be able to write a very simple sketch to see ...
#72. [Solved] arduino esp32 tone was not declared in this scope
I think tone is part of the ledc functions in esp32 I don't have a speaker around ... the esp32 from getting tone and analogWrite working in a safe fashion.
#73. 如何使用ESP32从网页控制伺服电机 - 趣讨教
从Arduino控制伺服电机非常容易,但是使用ESP32来控制它有点困难,因为ESP32不具有Analogwrite()函数。因此,借助伺服电机的库,我们将能够控制舵机 ...
#74. Esp32 max input voltage. Both are above the 3. The ESP32 ...
The ESP32 DAC platform allows you to output analog voltages using the 8-bit ... Provides an analogWrite polyfill for ESP32 using the LEDC functions.
#75. IOT Made Simple: Playing With the ESP32 on Arduino IDE «
Let's explore in this tutorial, the ESP32, the fantastic newer ... “Dimmer a LED” on ESP8266 or an Arduino, we can simply use a command like analogWrite(), ...
#76. Is there an Equivalent to LEDC functions from ESP32 ...
My ESP32 code uses the LEDC functions from the Arduino IDE. ... ://docs.particle.io/reference/device-os/firmware/argon/#analogwrite-pwm-.
#77. So - Sunruf
Esp32 analogwrite example. Casio F91 was my watch when I was teenage so I decide to run it on ESP32 I am running . Step 1. 5V to 12V enabling this …
#78. "Esp32 learning notes" using DAC analog output in Arduino ...
stay Arduino Often used in the environment analogWrite PIN, arg.
#79. Programming the ESP32 with Arduino Code - Wolles ...
As an alternative to analogWrite() , you can use dacWrite() on the ESP32. It provides a true analog signal between 0 and 3.3 volts, which can be ...
#80. Page 6 - IoT物聯網應用-使用ESP32開發版與ArduinoC程式語言
Page 6 - IoT物聯網應用-使用ESP32開發版與ArduinoC程式語言 ... 取與類比寫入4 4-1 類比讀取(analogRead):多段小夜燈42 46 4-2 類比寫入(analogWrite):空氣品質 ...
#81. Cómo convertir código del ESP8266 al ESP32 - Luis Llamas
Las funciones implementadas en el ESP32 no incluyen "analogWrite", como si tiene el ESP8266. Esto es debido a que el ESP32 dispone de varias ...
#82. Getting Started with the ESP32 - Using the Arduino IDE
Learn how to use the Espressif ESP32 microcontroller with the Arduino IDE. ... However analogWrite will not work with the ESP32.
#83. PWM และการใช้งานบน Arduino, ESP32 และ ESP8266 ต่างกัน ...
เป็นต้น. PWM บน Arduino นับเป็นความง่ายของยุคนี้ ที่ Arduino มี library จัดการสร้างสัญญาณ PWM จากฟังก์ชัน analogWrite( PIN, VALUE ); โดย PIN คือขาสัญญาณที่ต้อง ...
#84. Generating an Arduino 16-bit PWM | Microcontroller Tutorials
analogWrite (9, 30000);. Here, we set the value parameter to 30000 which is obviously beyond 255 but within the limits of the int variable ...
#85. FIREBEETLE BOARD-ESP32 用户使用手册V0.1
FireBeetle Board-ESP32 的PWM 比普通的Arduino UNO 高级的多,设置上不能简单的使用. analogWrite 函数来驱动PWM,而是需要设置timer 函数,以及相关的频率参数等才能工作 ...
#86. ESP32 Thing Hookup Guide - Sparkfun Learn
Like the 8266, the ESP32 is a WiFi-compatible microcontroller but adds nearly 30 I/O pins. ... Analog Ouptut ( analogWrite([pin], [value]) )
#87. RPLidar A1M8 with ESP8266 - Robot Parts - RobotShop
Exception Stack Trace Decoder for ESP8266 and ESP32 - GitHub ... The only issue is the ESP32 library does not have a analogWrite() function, ...
#88. DC
So, in order to use PWM, we can call the analogWrite function simillar to the ... Both the ESP32 and ESP8266 are Wi-Fi development boards from Espressif ...
#89. ESP32でledcWrite()を使ってPWM出力をする | Wak-tech
... core for ESP32に備わっているPWM関数. もちろん、自作しなくても公式に関数が用意されています。 ただ注意したいのが、普通のArduinoで使えていたanalogWrite()が ...
#90. What is ESP32 - AWS Workshops
ESP32 is a low-cost, low-power Microcontroller with an integrated Wi-Fi and Bluetooth. ... examples based on Arduino IDE analogRead(); analogWrite();.
#91. AnalogWrite ESP32-c_cpp代码片段
AnalogWrite ESP32. c_cpp. 阅读11 收藏0 点赞0 评论0. AnalogWrite. 复制代码 #include <Arduino.h> #include <analogWrite.h> int step = 1; int brightness = 0; ...
#92. AnalogWrite for ESP32 and ESP32S2 with LEDC PWM - kandi
The analogWrite() function writes a duty cycle value to a (PWM wave) on a digital pin or an analog value to a DAC pin. It wraps the ESP32 Arduino ...
#93. Mon - IWD Caribbean Tech Summit
Note about practical ESP32 limits: – Maximum clock pulse frequency which can be ... 'analogWrite' was not declared in this scope esp32 code example.
#94. 《度度鳥》IoT物聯網應用:使用ESP32開發版與Arduino C程式 ...
你在找的《度度鳥》IoT物聯網應用:使用ESP32開發版與Arduino C程式語言最新版(第二│台科大│尤濬 ... 4-2 類比寫入(analogWrite):空氣品質指示燈.
#95. Esp32 and AnalogWrite - Giters
I'm not able to compile my esp32 project with the QuickPID library because of the use of AnalogWrite in the autotune methods.
#96. ESP32 MOTOR CONTROL | alselectro
In Arduino or ESP8266 Nodemcu we used the analogWrite() function to achieve PWM. But Analog Write function is not yet implemented in ESP32 ...
#97. Esp32 pwm frequency. I would like to ask what is
There are 16 PWM channels on ESP32 For all channels the GPIO pins are undefined ... of the two pins will be the same In the ESP32 analogWrite will not work, ...
#98. Créer des tensions variables sur l'ESP32 avec le PWM - uPesy
Tutoriels pour apprendre à utiliser le PWM sur l'ESP32 avec du code Arduino sans utiliser la ... La fonction analogWrite() ne fonctionnera pas sur l'ESP32, ...
#99. Arduino Sketch for ESP32 Development Workshop - Google 圖書結果
4.3.1 ESP32 PWM When this book is written, analogWrite() is implemented yet. We use ledc library. 4.3.2 Controlling RGB LED Color Firstly we implement RGB ...
esp32 analogwrite 在 erropix/ESP32_AnalogWrite: Provides an analogWrite polyfill ... 的推薦與評價
This library provides an analogWrite function polyfill for ESP32 Arduino framework by wrapping the ledc library. Licensed under the MIT license. Usage. The ... ... <看更多>