鱼C论坛

 找回密码
 立即注册
查看: 2847|回复: 8

[已解决]Ubuntu18.04键盘、鼠标不能用

[复制链接]
发表于 2023-9-25 15:08:58 | 显示全部楼层 |阅读模式
60鱼币
最近在搞jetson nano的远程桌面控制,Ubuntu18.04系统。

安装向日葵后可以正常远程操作。

但是在启动时出问题了——不连接显示器的情况下启动nano,不会自动进入桌面图形界面,这时候再用向日葵发起远程控制会显示连接出错。

日志文件
日志文件记录:
  1. [     8.455] (II) config/udev: Adding input device tegra-hda HDMI/DP,pcm=3 (/dev/input/event0)
  2. [     8.455] (II) No input driver specified, ignoring this device.
  3. [     8.455] (II) This device may have been added with another device file.
  4. [     8.456] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
  5. [     8.457] (II) No input driver specified, ignoring this device.
  6. [     8.457] (II) This device may have been added with another device file.
  7. [     8.458] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
  8. [     8.458] (II) No input driver specified, ignoring this device.
  9. [     8.458] (II) This device may have been added with another device file.
  10. [     8.460] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
  11. [     8.460] (II) No input driver specified, ignoring this device.
  12. [     8.460] (II) This device may have been added with another device file.
  13. [     8.461] (II) config/udev: Adding input device gpio-keys (/dev/input/event1)
  14. [     8.461] (II) No input driver specified, ignoring this device.
  15. [     8.461] (II) This device may have been added with another device file.
复制代码


怎么引起的
在/etc/X11/xorg.conf配置文件中添加以下内容(GPT教的):
  1. Section "ServerFlags"
  2.     Option "AutoAddDevices" "False"
  3. EndSection
复制代码


重启后发现不连接显示器时依然不会自动启动桌面,而此时外接的鼠标、键盘都不能用了(2.4g指示灯都没亮)。

GPT说这行代码用来禁用自动添加设备。

删除这几行代码后重启系统,鼠标、键盘可以用了。

在网上又找了个大佬写的使用虚拟显示器的文章:文章链接

  1. sudo apt-get install  xserver-xorg-core-hwe-18.04
  2. sudo apt-get install  xserver-xorg-video-dummy-hwe-18.04  --fix-missing
复制代码


安装了使用虚拟显示器的相关文件库后,发现使用这种方法后,会出现即使外接了显示器,信号也不会输出到显示器上的情况(只能用虚拟显示器,不能用物理显示器了,我是这么理解的)。

所以到这步就停了,没有继续跟着走下去。

但是重新启动nano后,鼠标、键盘又不能用了,不知道是为什么????

有没有大佬知道在哪个地方出了问题了,求助!!!

或者有什么方法让系统跳过屏幕检测程序,直接开机后就能远程控制。。

PS:也跟着上述文章链接创建了/usr/share/X11/xorg.conf.d/xorg.conf,并添加了相关内容,但是由于看见这个操作会使物理显示器不能用,所以就把xorg.conf文件移出了xorg.conf.d目录,放到了桌面自己创建的一个目录下,不知道和这个有没有关系。

有没有大佬知道怎么才能让鼠标键盘能用,现在想控制系统只能远程操作,太麻烦了,期待各位大佬的回答。

纯纯纯新手操作,确实不懂,希望能有大佬看见

附:Xorg.0.log日志文件完整内容
  1. [     7.654]
  2. X.Org X Server 1.19.6
  3. Release Date: 2017-12-20
  4. [     7.654] X Protocol Version 11, Revision 0
  5. [     7.654] Build Operating System: Linux 5.4.0-139-generic aarch64 Ubuntu
  6. [     7.654] Current Operating System: Linux IETS-Desktop 4.9.337-tegra #1 SMP PREEMPT Thu Jun 8 21:19:14 PDT 2023 aarch64
  7. [     7.655] Kernel command line: tegraid=21.1.2.0.0 ddr_die=4096M@2048M section=512M memtype=0 vpr_resize usb_port_owner_info=0 lane_owner_info=0 emc_max_dvfs=0 touch_id=0@63 video=tegrafb no_console_suspend=1 console=ttyS0,115200n8 debug_uartport=lsport,4 earlyprintk=uart8250-32bit,0x70006000 maxcpus=4 usbcore.old_scheme_first=1 lp0_vec=0x1000@0xff780000 core_edp_mv=1125 core_edp_ma=4000 gpt tegra_fbmem=0x800000@0x92ca9000 is_hdmi_initialised=1  earlycon=uart8250,mmio32,0x70006000  root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0 quiet root=/dev/mmcblk0p1 rw rootwait rootfstype=ext4 console=ttyS0,115200n8 console=tty0 fbcon=map:0 net.ifnames=0
  8. [     7.656] Build Date: 29 March 2023  03:17:58PM
  9. [     7.656] xorg-server 2:1.19.6-1ubuntu4.15 (For technical support please see http://www.ubuntu.com/support)
  10. [     7.656] Current version of pixman: 0.34.0
  11. [     7.656]         Before reporting problems, check http://wiki.x.org
  12.         to make sure that you have the latest version.
  13. [     7.656] Markers: (--) probed, (**) from config file, (==) default setting,
  14.         (++) from command line, (!!) notice, (II) informational,
  15.         (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
  16. [     7.656] (==) Log file: "/var/log/Xorg.0.log", Time: Mon Sep 25 12:40:55 2023
  17. [     7.661] (==) Using config file: "/etc/X11/xorg.conf"
  18. [     7.661] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
  19. [     7.664] (==) No Layout section.  Using the first Screen section.
  20. [     7.664] (==) No screen section available. Using defaults.
  21. [     7.664] (**) |-->Screen "Default Screen Section" (0)
  22. [     7.664] (**) |   |-->Monitor "<default monitor>"
  23. [     7.665] (==) No device specified for screen "Default Screen Section".
  24.         Using the first device section listed.
  25. [     7.665] (**) |   |-->Device "Tegra0"
  26. [     7.665] (==) No monitor specified for screen "Default Screen Section".
  27.         Using a default monitor configuration.
  28. [     7.665] (**) Option "AutoAddDevices" "true"
  29. [     7.665] (**) Automatically adding devices
  30. [     7.665] (==) Automatically enabling devices
  31. [     7.665] (==) Automatically adding GPU devices
  32. [     7.665] (==) Automatically binding GPU devices
  33. [     7.665] (==) Max clients allowed: 256, resource mask: 0x1fffff
  34. [     7.671] (WW) The directory "/usr/share/fonts/X11/cyrillic" does not exist.
  35. [     7.671]         Entry deleted from font path.
  36. [     7.671] (WW) The directory "/usr/share/fonts/X11/100dpi/" does not exist.
  37. [     7.671]         Entry deleted from font path.
  38. [     7.671] (WW) The directory "/usr/share/fonts/X11/75dpi/" does not exist.
  39. [     7.671]         Entry deleted from font path.
  40. [     7.675] (WW) The directory "/usr/share/fonts/X11/100dpi" does not exist.
  41. [     7.675]         Entry deleted from font path.
  42. [     7.675] (WW) The directory "/usr/share/fonts/X11/75dpi" does not exist.
  43. [     7.675]         Entry deleted from font path.
  44. [     7.675] (==) FontPath set to:
  45.         /usr/share/fonts/X11/misc,
  46.         /usr/share/fonts/X11/Type1,
  47.         built-ins
  48. [     7.675] (==) ModulePath set to "/usr/lib/xorg/modules"
  49. [     7.675] (II) The server relies on udev to provide the list of input devices.
  50.         If no devices become available, reconfigure udev or disable AutoAddDevices.
  51. [     7.675] (II) Loader magic: 0x55572b5010
  52. [     7.675] (II) Module ABI versions:
  53. [     7.675]         X.Org ANSI C Emulation: 0.4
  54. [     7.675]         X.Org Video Driver: 23.0
  55. [     7.675]         X.Org XInput driver : 24.1
  56. [     7.675]         X.Org Server Extension : 10.0
  57. [     7.677] (++) using VT number 7

  58. [     7.677] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
  59. [     7.679] (II) no primary bus or device found
  60. [     7.679] (WW) "dri" will not be loaded unless you've specified it to be loaded elsewhere.
  61. [     7.679] (II) "glx" will be loaded by default.
  62. [     7.679] (II) LoadModule: "extmod"
  63. [     7.679] (II) Module "extmod" already built-in
  64. [     7.679] (II) LoadModule: "glx"
  65. [     7.681] (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
  66. [     7.709] (II) Module glx: vendor="X.Org Foundation"
  67. [     7.709]         compiled for 1.19.6, module version = 1.0.0
  68. [     7.709]         ABI class: X.Org Server Extension, version 10.0
  69. [     7.709] (II) LoadModule: "nvidia"
  70. [     7.712] (II) Loading /usr/lib/xorg/modules/drivers/nvidia_drv.so
  71. [     7.756] (II) Module nvidia: vendor="NVIDIA Corporation"
  72. [     7.756]         compiled for 4.0.2, module version = 1.0.0
  73. [     7.756]         Module class: X.Org Video Driver
  74. [     7.775] (II) NVIDIA dlloader X Driver  32.7.4  Release Build  (integ_stage_rel)  (buildbrain@mobile-u64-5434-d8000)  Thu Jun  8 21:19:16 PDT 2023
  75. [     7.775] (II) NVIDIA Unified Driver for all Supported NVIDIA GPUs
  76. [     7.803] (WW) Falling back to old probe method for NVIDIA
  77. [     7.803] (II) Loading sub module "fb"
  78. [     7.803] (II) LoadModule: "fb"
  79. [     7.803] (II) Loading /usr/lib/xorg/modules/libfb.so
  80. [     7.808] (II) Module fb: vendor="X.Org Foundation"
  81. [     7.808]         compiled for 1.19.6, module version = 1.0.0
  82. [     7.808]         ABI class: X.Org ANSI C Emulation, version 0.4
  83. [     7.808] (II) Loading sub module "wfb"
  84. [     7.808] (II) LoadModule: "wfb"
  85. [     7.808] (II) Loading /usr/lib/xorg/modules/libwfb.so
  86. [     7.812] (II) Module wfb: vendor="X.Org Foundation"
  87. [     7.812]         compiled for 1.19.6, module version = 1.0.0
  88. [     7.812]         ABI class: X.Org ANSI C Emulation, version 0.4
  89. [     7.812] (II) Loading sub module "ramdac"
  90. [     7.812] (II) LoadModule: "ramdac"
  91. [     7.812] (II) Module "ramdac" already built-in
  92. [     7.813] (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
  93. [     7.813] (II) NVIDIA(0): Creating default Display subsection in Screen section
  94.         "Default Screen Section" for depth/fbbpp 24/32
  95. [     7.813] (==) NVIDIA(0): Depth 24, (==) framebuffer bpp 32
  96. [     7.813] (==) NVIDIA(0): RGB weight 888
  97. [     7.813] (==) NVIDIA(0): Default visual is TrueColor
  98. [     7.813] (==) NVIDIA(0): Using gamma correction (1.0, 1.0, 1.0)
  99. [     7.813] (DB) xf86MergeOutputClassOptions unsupported bus type 0
  100. [     7.813] (**) NVIDIA(0): Option "AllowEmptyInitialConfiguration" "true"
  101. [     7.813] (**) NVIDIA(0): Enabling 2D acceleration
  102. [     7.813] (II) Loading sub module "glxserver_nvidia"
  103. [     7.814] (II) LoadModule: "glxserver_nvidia"
  104. [     7.814] (II) Loading /usr/lib/xorg/modules/extensions/libglxserver_nvidia.so
  105. [     8.057] (II) Module glxserver_nvidia: vendor="NVIDIA Corporation"
  106. [     8.057]         compiled for 4.0.2, module version = 1.0.0
  107. [     8.057]         Module class: X.Org Server Extension
  108. [     8.057] (II) NVIDIA GLX Module  32.7.4  Release Build  (integ_stage_rel)  (buildbrain@mobile-u64-5434-d8000)  Thu Jun  8 21:18:43 PDT 2023
  109. [     8.096] (--) NVIDIA(0): Valid display device(s) on GPU-0 at SoC
  110. [     8.096] (--) NVIDIA(0):     DFP-0
  111. [     8.096] (--) NVIDIA(0):     DFP-1
  112. [     8.096] (II) NVIDIA(0): NVIDIA GPU NVIDIA Tegra X1 (nvgpu) (GM20B) at SoC (GPU-0)
  113. [     8.096] (--) NVIDIA(0): Memory: 4050824 kBytes
  114. [     8.096] (--) NVIDIA(0): VideoBIOS:
  115. [     8.096] (--) NVIDIA(GPU-0): AOC 24B1W1 (DFP-0): connected
  116. [     8.096] (--) NVIDIA(GPU-0): AOC 24B1W1 (DFP-0): External TMDS
  117. [     8.097] (==) NVIDIA(0):
  118. [     8.097] (==) NVIDIA(0): No modes were requested; the default mode "nvidia-auto-select"
  119. [     8.097] (==) NVIDIA(0):     will be used as the requested mode.
  120. [     8.097] (==) NVIDIA(0):
  121. [     8.097] (II) NVIDIA(0): Validated MetaModes:
  122. [     8.097] (II) NVIDIA(0):     "DFP-0:nvidia-auto-select"
  123. [     8.097] (II) NVIDIA(0): Virtual screen size determined to be 1920 x 1080
  124. [     8.099] (--) NVIDIA(0): DPI set to (92, 91); computed from "UseEdidDpi" X config
  125. [     8.099] (--) NVIDIA(0):     option
  126. [     8.099] (--) Depth 24 pixmap format is 32 bpp
  127. [     8.100] (II) NVIDIA: Reserving 6144.00 MB of virtual memory for indirect memory
  128. [     8.100] (II) NVIDIA:     access.
  129. [     8.104] (EE) NVIDIA(0): Failed to allocate NVIDIA Error Handler
  130. [     8.104] (II) NVIDIA(0): ACPI: failed to connect to the ACPI event daemon; the daemon
  131. [     8.104] (II) NVIDIA(0):     may not be running or the "AcpidSocketPath" X
  132. [     8.104] (II) NVIDIA(0):     configuration option may not be set correctly.  When the
  133. [     8.104] (II) NVIDIA(0):     ACPI event daemon is available, the NVIDIA X driver will
  134. [     8.104] (II) NVIDIA(0):     try to use it to receive ACPI event notifications.  For
  135. [     8.104] (II) NVIDIA(0):     details, please see the "ConnectToAcpid" and
  136. [     8.104] (II) NVIDIA(0):     "AcpidSocketPath" X configuration options in Appendix B: X
  137. [     8.104] (II) NVIDIA(0):     Config Options in the README.
  138. [     8.198] (II) NVIDIA(0): Setting mode "DFP-0:nvidia-auto-select"
  139. [     8.210] (==) NVIDIA(0): Disabling shared memory pixmaps
  140. [     8.210] (==) NVIDIA(0): Backing store enabled
  141. [     8.210] (==) NVIDIA(0): Silken mouse enabled
  142. [     8.224] (==) NVIDIA(0): DPMS enabled
  143. [     8.224] (II) Loading sub module "dri2"
  144. [     8.224] (II) LoadModule: "dri2"
  145. [     8.224] (II) Module "dri2" already built-in
  146. [     8.224] (II) NVIDIA(0): [DRI2] Setup complete
  147. [     8.224] (II) NVIDIA(0): [DRI2]   VDPAU driver: nvidia
  148. [     8.243] (--) RandR disabled
  149. [     8.251] (II) SELinux: Disabled on system
  150. [     8.253] (II) Initializing extension GLX
  151. [     8.253] (II) Indirect GLX disabled.
  152. [     8.455] (II) config/udev: Adding input device tegra-hda HDMI/DP,pcm=3 (/dev/input/event0)
  153. [     8.455] (II) No input driver specified, ignoring this device.
  154. [     8.455] (II) This device may have been added with another device file.
  155. [     8.456] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event2)
  156. [     8.457] (II) No input driver specified, ignoring this device.
  157. [     8.457] (II) This device may have been added with another device file.
  158. [     8.458] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/mouse0)
  159. [     8.458] (II) No input driver specified, ignoring this device.
  160. [     8.458] (II) This device may have been added with another device file.
  161. [     8.460] (II) config/udev: Adding input device Logitech USB Receiver (/dev/input/event3)
  162. [     8.460] (II) No input driver specified, ignoring this device.
  163. [     8.460] (II) This device may have been added with another device file.
  164. [     8.461] (II) config/udev: Adding input device gpio-keys (/dev/input/event1)
  165. [     8.461] (II) No input driver specified, ignoring this device.
  166. [     8.461] (II) This device may have been added with another device file.
  167. [    11.358] (--) NVIDIA(GPU-0): AOC 24B1W1 (DFP-0): connected
  168. [    11.358] (--) NVIDIA(GPU-0): AOC 24B1W1 (DFP-0): External TMDS
  169. [    11.358] (--) NVIDIA(GPU-0): AOC 24B1W1 (DFP-0): connected
  170. [    11.358] (--) NVIDIA(GPU-0): AOC 24B1W1 (DFP-0): External TMDS
  171. [   506.145] (--) NVIDIA(GPU-0): AOC 24B1W1 (DFP-0): connected
  172. [   506.145] (--) NVIDIA(GPU-0): AOC 24B1W1 (DFP-0): External TMDS
  173. [   506.182] (--) NVIDIA(GPU-0): AOC 24B1W1 (DFP-0): connected
  174. [   506.182] (--) NVIDIA(GPU-0): AOC 24B1W1 (DFP-0): External TMDS
复制代码
最佳答案
2023-9-25 15:08:59
根据您提供的信息,可能有几个原因导致键盘和鼠标无法使用:

1. 在xorg.conf配置文件中禁用了自动添加设备。这可能导致系统无法识别和使用键盘和鼠标。您可以尝试删除这些配置并重启系统,看看是否解决了问题。

2. 安装了虚拟显示器相关的文件库后,无法使用物理显示器。这可能导致系统无法检测到键盘和鼠标。您可以尝试卸载这些文件库并重启系统,看看是否解决了问题。

3. 在启动时不连接显示器,系统无法自动进入桌面图形界面。这可能导致键盘和鼠标无法使用。您可以尝试连接显示器并重新启动系统,看看是否解决了问题。

如果上述方法都无法解决问题,您可以尝试以下方法:

1. 在启动时按下Ctrl+Alt+F1,进入终端模式。然后尝试使用命令行控制系统。

2. 在终端模式下,检查系统的输入设备是否被正确识别。您可以使用以下命令查看输入设备列表:

  
  1.    ls /dev/input/
  2.    
复制代码


   如果键盘和鼠标设备在列表中显示,请尝试重新配置它们。

3. 检查系统的日志文件,查看是否有与输入设备相关的错误或警告信息。您可以使用以下命令查看日志文件:

  
  1.    cat /var/log/Xorg.0.log
  2.    
复制代码


   如果发现与输入设备相关的错误或警告信息,请尝试解决这些问题。

如果您仍然无法解决问题,建议向Jetson Nano的社区或论坛寻求帮助。他们可能会有更具体的解决方案或建议。

最佳答案

查看完整内容

根据您提供的信息,可能有几个原因导致键盘和鼠标无法使用: 1. 在xorg.conf配置文件中禁用了自动添加设备。这可能导致系统无法识别和使用键盘和鼠标。您可以尝试删除这些配置并重启系统,看看是否解决了问题。 2. 安装了虚拟显示器相关的文件库后,无法使用物理显示器。这可能导致系统无法检测到键盘和鼠标。您可以尝试卸载这些文件库并重启系统,看看是否解决了问题。 3. 在启动时不连接显示器,系统无法自动进入桌面图 ...
小甲鱼最新课程 -> https://ilovefishc.com
回复

使用道具 举报

发表于 2023-9-25 15:08:59 | 显示全部楼层    本楼为最佳答案   
根据您提供的信息,可能有几个原因导致键盘和鼠标无法使用:

1. 在xorg.conf配置文件中禁用了自动添加设备。这可能导致系统无法识别和使用键盘和鼠标。您可以尝试删除这些配置并重启系统,看看是否解决了问题。

2. 安装了虚拟显示器相关的文件库后,无法使用物理显示器。这可能导致系统无法检测到键盘和鼠标。您可以尝试卸载这些文件库并重启系统,看看是否解决了问题。

3. 在启动时不连接显示器,系统无法自动进入桌面图形界面。这可能导致键盘和鼠标无法使用。您可以尝试连接显示器并重新启动系统,看看是否解决了问题。

如果上述方法都无法解决问题,您可以尝试以下方法:

1. 在启动时按下Ctrl+Alt+F1,进入终端模式。然后尝试使用命令行控制系统。

2. 在终端模式下,检查系统的输入设备是否被正确识别。您可以使用以下命令查看输入设备列表:

  
  1.    ls /dev/input/
  2.    
复制代码


   如果键盘和鼠标设备在列表中显示,请尝试重新配置它们。

3. 检查系统的日志文件,查看是否有与输入设备相关的错误或警告信息。您可以使用以下命令查看日志文件:

  
  1.    cat /var/log/Xorg.0.log
  2.    
复制代码


   如果发现与输入设备相关的错误或警告信息,请尝试解决这些问题。

如果您仍然无法解决问题,建议向Jetson Nano的社区或论坛寻求帮助。他们可能会有更具体的解决方案或建议。
小甲鱼最新课程 -> https://ilovefishc.com
回复

使用道具 举报

 楼主| 发表于 2023-9-25 15:12:08 | 显示全部楼层
怀疑是没有指定输入驱动程序,但是不知道该怎么解决
小甲鱼最新课程 -> https://ilovefishc.com
回复

使用道具 举报

 楼主| 发表于 2023-9-25 16:45:14 | 显示全部楼层
isdkz 发表于 2023-9-25 16:00
根据您提供的信息,可能有几个原因导致键盘和鼠标无法使用:

1. 在xorg.conf配置文件中禁用了自动添加设 ...

感谢您的回答,但如果您借鉴了ChatGPT给出的答案,那么这些方法我已经尝试过了,包括删除配置文件中禁用自动添加设备的部分,卸载虚拟显示器相关文件库,连接显示器并重新启动等,均不能使我的键盘鼠标恢复使用。另外在启动时进入终端模式,由于我的键盘输入被禁用了,无法通过同时按下Alt、Ctrl、F1方法进入。但是因为我在连接显示器后,可以远程控制桌面,所以可以实现使用终端命令和查看相关文件。系统日志文件关于鼠标输入的报错我已经粘在了本帖原文内,根据日志文件内容,可能是驱动程序没有被指定,但是我不知道该怎么解决这个问题,或者请问您有这方面的解决经验吗
小甲鱼最新课程 -> https://ilovefishc.com
回复

使用道具 举报

发表于 2023-9-26 18:29:24 | 显示全部楼层
不懂诶,虽说我也用Ubuntu,但了解有限
小甲鱼最新课程 -> https://ilovefishc.com
回复

使用道具 举报

发表于 2023-9-26 18:31:09 | 显示全部楼层
或许你可以去更大的平台比如知乎之类的去问问
小甲鱼最新课程 -> https://ilovefishc.com
回复

使用道具 举报

发表于 2023-9-30 20:18:34 | 显示全部楼层
yinda_peng 发表于 2023-9-26 18:29
不懂诶,虽说我也用Ubuntu,但了解有限

有木有感动Wine

点评

搞懂  发表于 2023-9-30 20:19
小甲鱼最新课程 -> https://ilovefishc.com
回复

使用道具 举报

发表于 2023-10-1 16:15:59 | 显示全部楼层

没有哇
小甲鱼最新课程 -> https://ilovefishc.com
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

小黑屋|手机版|Archiver|鱼C工作室 ( 粤ICP备18085999号-1 | 粤公网安备 44051102000585号)

GMT+8, 2025-5-9 15:20

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表