
mac vscode c語言 在 コバにゃんチャンネル Youtube 的精選貼文

Search
而VSCode 雖然預設並無法直接切換語系,但官方有提供各國的語言套件,讓開發者可以自行 ... 按下 ctrl + shift + P (Mac 版請按下 cmd + shift + P ... ... <看更多>
#1. 無廢話MacOS,VSCode搭建c/c++基本開發環境 - 程式前沿
2)執行命令: xcode-select --install 安裝命令行工具。 3)安裝VS Code code.visualstudio.com/ 4) 打開vs code。打開左側擴展欄, 搜索"c++"。
#2. Mac VSCode 寫C/C++ 教學 - HackMD
開始撰寫C/C++ · 進入repository 選擇Clone or Download --> Download ZIP · 下載完後進行解壓縮 · 隨便開一個資料夾 · 進入解壓縮後的檔案,在鍵盤上打 Command+Shift+. · 開啟 ...
#3. Day 28: 使用VS Code 來開發C++ - iT 邦幫忙
如果發佈的 C++ 程式會用運用在 Windows 系統,那建議使用。 macOS: Clang for XCode。 以下逐一說明如何安裝。 Linux - GCC. 步驟如下:. 打開終端 ...
#4. mac VS Code配置C语言开发环境(小白简单版) - 知乎专栏
1.准备1.1 检查clang 检查所使用的mac是否自带了clang,敲命令行: clang -v // or clang --version MacOS为了照顾用户习惯,也可以执行gcc命令, ...
#5. Mac OS中使用VScode配置C語言開發環境 - 每日頭條
個人博客chinazt.cc閒話少敘,直奔主題下載VSCodehttps://code.visualstudio.com/download安裝C/C++插件需要兩個插件:1. cpptools這個插件用來查找頭 ...
#6. Configure VS Code for Clang/LLVM on macOS
Install Visual Studio Code on macOS. Install the C++ extension for VS Code. You can install the C/C++ extension by searching for 'c++' ...
#7. 開放原始碼技術文件網在MacOS 上建立C 語言開發環境
除了上述IDE 外,對於小型練習程式來說,也可以直接用編輯器來寫。以下是一些常見的跨平台編輯器:. Atom; Sublime Text; Visual Studio Code (VSCode); Vim; Emacs. 由於 ...
#8. 在Visual Studio Code寫C/C++ (1) - 第一個執行檔HelloWorld
自從我換從Windows跳槽到Mac之後,一直找不到像Notepad++好用的編輯器,最近因為覺得用XCode開發C/C++程式很不友善,而且XCode只有Mac能用,於事一直在找 ...
#9. VS Code 搭建C++ 开发环境(Mac 环境) - InfoQ 写作平台
准备搭建之前需要先安装clang,在Mac 上有两种方法进行clang的安装: ... 想要运行C++ 程序需要先安装 C/C++ 插件,打开 VS Code ,进入插件扩展( ...
#10. VSCODE IDE C/C++ setting on Mac - Medium
這套IDE VSCODE 真的相當好用。但如果要在macbook 開發C/C++ 設定上還是有點討厭… 花了一些時間才設定好,因此做個筆記。. “VSCODE IDE C/C++ setting on Mac” is ...
#11. Mac VSCode配置C语言开发环境 - 简书
一、基本准备1.1 安装微软的Visual Studio Code 1.2 安装VSCode C/C++插件打开VSCode 按快捷键shift+command+X,并在...
#12. Mac用Visual Studio Code编写C/C++ 苹果电脑VS ... - Bilibili
Mac 用Visual Studio Code编写C/C++ 苹果电脑VS Code快速编写C/C++教程. 5.0万播放 · 总弹幕数92020-02-11 05:19:08. 主人,未安装Flash插件,暂时无法观看视频,您可以 ...
#13. 轉:在macOS下使用Visual Studio Code進行C/C++開發- IT閱讀
轉:在macOS下使用Visual Studio Code進行C/C++開發 ... 上面兩個如果同時啟用的話會發生衝突,並且[C/C++ Clang]外掛預設不進行C++11分析,點 ...
#14. mac vscode c++ 环境配置及异常的语法提示 - SegmentFault
官网中配置页传送门环境配置1 准备vscode 软件C/C++ Extension Pack 插件clang/clang++ 编译器检查已安装clang++clang++ -v如果未安装, ...
#15. M1 Macbook vscode C++ debug調試實現 - WalkonNet
M1 Macbook vscode C++ debug調試實現 ... 版本說明. VS code 版本是在官網直接下載的M1 版本的February 2021 (version 1.54) 官方下載 ...
#16. Mac VSCode配置C语言开发环境- 掘金
一、基本准备1.1安装微软的VisualStudioCode1.2安装VSCodeC/C++插件打开VSCode按快捷键shift+command+X,并在搜索框输入c/c++一般第一个结果就是了, ...
#17. 在Mac上使用VSCode編譯C++ - 程式人生
【C++】在Mac上使用VSCode編譯C++. 2021-01-28 C++. 在OSX上使用Visual Studio Code進行教程的C ++新手總數。 Barest bones Hello World程式
#18. m1 MacBook配置VS code的C++环境(2021年8月) - 白叶Stuart
首先点击 终端 --- 配置默认生成任务 --- C/C++ clang++ ,会生成一个tasks.json文件,这是默认生成的,需要修改其中的 args 选项, ...
#19. Visual Studio 2019 for Mac - 適用於macOS 的IDE
使用更新的功能表和術語,體驗專為Mac 量身打造的快速流暢新型.NET IDE。 深入了解. 語言.
#20. Mac VSCode C++配置_coasxu的博客
Mac VSCode C++ 配置预先安装创建项目配置C++相关设置文件tasks.json文件launch.json文件开始debugVSCode在Mac上使用C++相信很多人都觉得配置比较难, ...
#21. VS Code 配置基本C/C++ 开发环境[macOS] | @日杰
在了解如何使用VS Code 编译调试C/C++ 之前,先了解一下如何在终端里直接编译C/C++ 文件。 macOS 系统不自带编译器,需要通过Xcode 来获取必要的 ...
#22. 用VSCode 寫C/C++ | TonyPepe
這裡不會解說如何安裝,在Windows 下可以使用MinGW,macOS 則是只要在Terminal 下gcc 指令,就會自動問你要不要安裝。 下面的範例會編譯 main.cpp 的C++ ...
#23. mac vscode c++编译与调试输入设置 - 程序员大本营
mac vscode c++ 编译与调试输入设置,程序员大本营,技术文章内容聚合第一站。
#24. 使用VSCode 在Mac 上配置C/C++ 调试环境 - [ Bill Chen ]
使用VSCode 在Mac 上配置C/C++ 调试环境[ Bill Chen ] ... 我在初学C 的时候也使用的是类似于Xcode、Visual Studio 等大型IDE 来新建一个C 语言工程, ...
#25. 乾貨:用好這13款VSCode外掛,工作效率提升10倍 - IT人
又見VsCodeVisual Studio Code(簡稱VS Code)是一個由微軟開發,同時支援Wi. ... 這篇文章我會結合日常工作使用經驗,教你打造一個體驗流暢的C/C++ ...
#26. 在Mac上使用vs-code快速上手c语言学习(入门文,老鸟退散)
下载后是一个zip包,解压缩之后得到名为"Visual Studio Code.app"的可执行程序,使用鼠标拖动到/Applications文件夹,安装就算完成了。 配置c语言插件 ...
#27. Mac下使用VScode编译配置C/C++程序详细图文教程 - 脚本之家
微软提供一个跨平台的编辑器Visual studio code,这个编辑器很轻量级,插件也多,适合在Mac上编写一些C 或者C++的代码,下面就详情来看看具体的操作 ...
#28. 在macOS Catalina中配置VS Code C++开发环境 - NYSDY
一、安装VS Code及扩展在官网下载安装mac版本VS Code 安装C/C++、C/C++ Clang Command Adapter及CodeLLDB扩展按⇧⌘P,输入shell,选择如图命令二、搭建测试项目 ...
#29. 如何在Mac 上的VS Code 中处理C++ 头文件#include 错误?
我的Mac 上的VS Code 为头文件和第三方库(在本例中为wxWidgets)产生#include 错误。我阅读了我能找到的所有内容,调整了“c_cpp_properties.json”中的“includePath” ...
#30. M1 Macbook Air使用VSCode配置C++环境_乐观的神的博客
M1 Macbook Air使用VSCode配置C++环境第一步:下载VSCodevscode官网国内访问确实很慢,耐心等点击前往vscode官网选择下载Universal版本(支持arm架构)第二步: ...
#31. Mac環境,安裝OpenCV,VScode調試C++程序 - 台部落
我這搞成功了,分享給大家。 clipboard.png. 環境. Mac OS 10.14.5; xcode-select v2354; Visual Studio code 1.35.1 ...
#32. C++ 入門指南- 單元2 - 如何編譯與執行 - 程式語言教學誌
... 檔名:demo.cpp 功能:示範簡單的C++ 程式作者:張凱慶*/. 我們使用跨平台的編譯器GCC 及Visual Studio Code ,於Windows 、 Mac 或Linux 的編譯結果都應一致。
#33. peegee123/vscode-mac-c-example - GitHub
I couldn't find a very simple VS Code project for Mac C/C++ development using the Microsoft cpptools extension. So I created one. Requirements. XCode and the ...
#34. Mac下使用VScode编译配置C/C++程序详细图文教程 - 51CTO ...
Mac 下使用VScode编译配置C/C++程序详细图文教程,微软提供一个跨平台的编辑器Visualstudiocode,这个编辑器很轻量级,插件也多,适合在Mac上编写一些C ...
#35. 使用VSCode 編譯並執行C/C++ 語言
Visual Studio Code (簡稱VSCode) 是一款由微軟開發的開源文字編輯器,算是近年來文字編輯器的新起之秀,擁有優良的擴充功能的市場,使得VSCode 變的 ...
#36. 手把手教你VSCode搭建STM32开发环境 - 电子工程专辑
Visual Studio Code (简称“VS Code”)是Microsoft在2015年4月30日Build开发者大会上正式宣布 ... VScode上的Keil辅助工具,与c/c++ 插件配合使用。
#37. Mac VScode C++开发环境配置 - 代码先锋网
Mac VScode C++开发环境配置. 一需要安装的模块. C/C++ C/C++ Clang Command Adapter Code Runner CodeLLDB. 1 ...
#38. Mac系统搭建C语言开发环境 - 程序员资料
二使用VSCode. Node.js版本:12.15.0。 1 安装插件,并重新加载。
#39. 【macos】vscode配置调试支持c++11_突围-程序员宝宝
配置C++调试安装C/C++ extension,添加配置C/C++: (lldb) Launch 配置launch.json { // Use IntelliSense to learn about possible attributes. // Hover to view ...
#40. mac vscode搭建c语言开发环境 - 码农家园
环境os:macOS Catalinaclang(clang -v 结果):Apple clang version 11.0.0 ... mac vscode搭建c语言开发环境 ... C/C++ Clang Command Adapter.
#41. [MacOS] Visual Studio Code로 C/C++ 코딩하기 - 우노! - 티스토리
MacOS 에서 Windows의 Visual Studio같은 IDE는 대표적으로 XCode가 있다. 하지만, 뭔가 불편하고 특히, PS(Problem Solving) 공부할 때 input/output ...
#42. Mac OS X 安裝與使用免費的Visual Studio Code 程式開發IDE ...
這裡介紹在Mac OS X 中如何安裝與使用免費的微軟Visual Studio Code 來 ... 安裝好 Visual Studio Code 之後,就可以使用它來開發各種程式語言的專案 ...
#43. VS Code运行C和C++程序 - C语言中文网
值得一提的是,和Sublime Text 一样,VS Code 也支持跨平台,包括Windows、Mac OS X 以及Linux。但和前者不同的是,无论读者在哪一平台上使用VS Code,令其具备运行C 和C++ ...
#44. 10款最好用的程式碼編輯器及文字編輯器推薦(2021更新)
VS Code 功能強大,可以適用於絕大多數的程式語言,並確保工程師可以快速進行程式調整和錯誤修復,因此深受開發人員的喜愛。 支援平台. Windows; macOS ...
#45. macのVSCodeでc++をデバッグする (AtCoderの解答を ... - Qiita
AtCoderでブラウザ上で書いたコードが通らず、macのVSCodeでデバッグしよう ... Visual Studio Code での C++ の初期設定 (Windows x gcc(MinGW) 編).
#46. 使用VSCode和CMake構建跨平台的C/C++開發環境
VSCode 編寫程式碼; 快捷鍵 Ctrl+Shift+B ,調用CMake完成本地項目生成(Mac快捷鍵 Command+Shift+B ); 快捷鍵 Ctrl+B ,完成項目的編譯構建與 ...
#47. VSCode C++ Debugger Mac not Linking CPP files - Stack ...
Here is a solution I found for not needing to `#include "Log.cpp". In CPP/.vscode/ there needs to be a task.json file, and it was in this ...
#48. 一分鐘切換成中文版VSCode(完整圖文版)
而VSCode 雖然預設並無法直接切換語系,但官方有提供各國的語言套件,讓開發者可以自行 ... 按下 ctrl + shift + P (Mac 版請按下 cmd + shift + P ...
#49. mac vscode运行c语言,Mac VSCode配置C语言开发环境
1. 安装VS Code2.打开VSCode 按快捷键shift+command+X,并在搜索框输入c/c++, 安装C/C++组件3.在Finder中创建空文件夹并在VS Code中打开, 并File => Save workspace As ...
#50. [VSCode] Mac에서 vscode C++ 개발환경 구축 - 토르비욘
맥 vscode C++ 세팅 방법. 먼저 clang, lldb가 설치되어 있어야 합니다 (디버그 안할거면 lldb 없어도 상관X). 맥 ...
#51. MacのC++開発環境をVSCodeで超簡単に構築【3分で完了】
Mac のC++開発環境はVSCodeなら3分で構築できます。ビルドの設定やら何やら難しいことをする必要はないので、とにかくまずはC++を書いて動かしてみたい ...
#52. Mac上利用VScode配置c/c++开发环境 - 术之多
"name": "c/c++ Launch",; "type": "cppdbg",
#53. Using Visual Studio Code and Building and Debugging C++ ...
Previously I've used C++ on the Mac at a basic level, but do have *nix experience, e.g. working with GCC compiler, GDB debugger, NetBeans etc.
#54. mac上vscode配置c语言开发调试环境_你你你你要跳舞嘛的博客
首先去官网下载vscode的mac版安装包,安装完成之后重启vscode,shift+command+X键在搜索框搜索c\c++安装c\c++插件。然后新建一个工程文件夹,打开该文件夹, ...
#55. My VSCode / C++ / OpenCV / MacOS Config! - DEV Community
MacOS Catalinia 10.15.4; Homebrew; XCode; Clang; C++ 17; OpenCV 4; VSCode with C/C++ extensions installed. I used Homebrew to install OpenCV.
#56. #請益MacBook下載dev c++ - 3C板 | Dcard
因為找不到適合的看板,所以我就挑3C版發文,請見諒!,最近想自學c語言,但因為之前買的筆電是macbook,發現沒辦法下載dev c++,在網路上看到可以 ...
#57. M1 Macbook Air使用VSCode配置C++环境 - 游戏编程
安装C/C++、CodeLLDB、C++ Intellisense. M1 Macbook Air使用VSCode配置C++环境- 第2张. 一定要安装CodeLLDB ,要不然会无法debug,听说是apple取消 ...
#58. 在Visual Studio Code裡加入自訂的Code Snippet - 恆逸教育 ...
支援跨Windows、Linux和macOS等作業系統; 開放原始碼; 支援多種程式語言的開發,如C++、Go、Java、Objective-C、PHP、Python、 ...
#59. Mac OS中使用VScode配置C语言开发环境 - BBSMAX
Mac OS中使用VScode配置C语言开发环境. vikings`s blog 2017-06-13 原文. 个人博客chinazt.cc. 闲话少叙,直奔主题. 下载VSCode. https://code.visualstudio.com/ ...
#60. VSCode Mac實用快捷鍵、外掛
VSCode Mac 實用快捷鍵、外掛. 語言: CN / TW / HK. 時間 2019-03-30 15:58:15 SegmentFault部落格. 主題: VS Code ...
#61. 实践教程| 2021年VSCode & C++ 最全配置攻略
Visual Studio Code (简称VS Code)是一款由微软开发且跨平台(适用于macOS、Linux 和Windows)的免费源代码编辑器。该软件支持语法高亮、代码自动补全( ...
#62. C++ Installation on MacBook M1 for VS Code - GeeksforGeeks
C++ Installation on MacBook M1 for VS Code ... It's not like we can't do CPP programming in the latest MacBook, there is Xcode which is a ...
#63. Visual Studio Code 介面的基礎使用介紹(使用Python)
... Visual Studio Code (簡稱VSCode)是一個支援多平台的開放原始碼免費程式碼編輯器,由微軟開發,並支持Windows,Mac OS,Linux,只要裝上對應語言 ...
#64. Develop and debug C program with VsCode under Mac (gcc/g ...
The IR used is LLVM. LLVM is a framework system that builds the compiler. It is written in C++ and is used to optimize the compilation time, link time, runtime ...
#65. 关于MacOS 下C/C++ include path问题 - 代码交流
笔记. 按照vscode官网c/c++教程配置完成后,试图查看include的文件位置,vscode会自动查找 相关的include path ...
#66. Mac에서 VSCode C/C++ 세팅 - 컴공일기 - 티스토리
"Download for Mac" 클릭후 설치 진행해주세요. 설치가 완료되면 아래처럼 창이 뜹니다. Visual Studio Code 시작화면. VSCode는 ...
#67. [222] 不要再推薦Dev-C++ 給新手了! - i'm sam
CLion 跨平台,macOS/Linux 皆有支援。 另一個也是跨平台的工具是Visual Studio Code,不過我暫時不推薦新手使用VS Code 當做主要的C/C++ 開發工具, ...
#68. 使用Visual Studio Code 寫C/C++ - 黑暗執行緒
學電腦語言怎能不實機練習?用Visual Studio 寫C++ 體驗絕對是頭等艙等級,但過於笨重擁腫,來用Visual Studio Code 好了。VSCode 寫C ...
#69. 官方Visual Studio Code 快速鍵一覽表
只是C語言區分大小寫,若「此功能不分大小寫」,那不就誤人深了!可能係為了兼容不分大小寫的程式碼乎?!但若VBA也是分大小寫的,雖然打字時不分,但 ...
#70. How to install C/C++ Compiler in Mac OS M1 Big Sur
However running it in visual studio code is pretty simple and does not requires any rocket science, just follow the steps mentioned in this ...
#71. Mac下VsCode编写c/c++环境配置 - 极客分享
... 在Mac上写C/C++程序有多重ide可以选择,比如clion,xcode,cscode,sublime… ... 这篇文章是关于如何在vscode中配置c/c++环境。
#72. kereskedelem pálya szökés can i run c++ on mac - Chisholm ...
Szociológia Legyőzött Torok How can I compile and run C++ on Mac using ... útburkoló How to compile your C++ code in Visual Studio Code ...
#73. 如何在vscode(Mac)上启用C ++ 17 - IT答乎
我目前在Mac上使用vscode。 使用对.cpp文件上的配对时,会出现错误消息; 错误:连续直角之间需要空格括号(使用'>>'). 在执行g ++ -std = c ++ 17-g ...
#74. Visual studio code mac
Installing Visual Studio Code is very accessible on any platform. Oct 29, 2021 · Visual Studio For Mac Can I Program In C++ Debug Write the best, ...
#75. 小劣百科网
小编在网络上发现很多网友对的关注度比较高,小伙伴们现在肯定也是对与的内容非常的感兴趣了,都想要了解具体的到底是讲些什么内容,我们分三部分详细 ...
#76. Rider: The Cross-Platform .NET IDE from JetBrains
NET, ASP.NET, .NET Core, Xamarin or Unity applications on Windows, Mac, Linux. ... Smart C++ and Blueprints support to craft the best games · Rider for AWS.
#77. Keil Vs Gcc
To run C++ programs in Visual Studio Code, you need to download and install ... modern text editor built by Microsoft for Linux, Mac, and Windows computers.
#78. 小劲百科网
小劲百科网 · 小劲百科网; ›. by at 2021-10-07 10:17:46. 小编在网络上发现很多网友对的关注度比较高,小伙伴们现在肯定也是对与的内容非常的感兴趣了,都想要了解 ...
#79. Sublime Text - Text Editing, Done Right
Sublime Text is a sophisticated text editor for code, markup and prose. You'll love the slick user interface, extraordinary features and amazing ...
#80. Tabnine: Code Faster with AI Code Completions
C ++. Go. Rust. Tabnine's AI Assistant anticipates your coding needs, providing code completions for you and your development team that boost your ...
#81. Valgrind Home
Official Home Page for valgrind, a suite of tools for debugging and profiling. Automatically detect memory management and threading bugs, and perform ...
#82. Imgui Vs Gtk
It supports automatic layout generation, stateful C++ lambdas callbacks, a variety of useful ... for Windows, Linux and macOS, using Visual Studio Code,.
#83. Ue4 Json - fehlker-berning.de
UE4 C++ I can't get Json Nested Values to TArray. ... Sleeping Forest is a VSCode extension for Unreal Engine 4 that provides powerful code-completion and ...
#84. Tizen Studio 4.5 支持Tizen 6.5、TIDL 語言等| Linux 癮君子
... 智能手錶的模擬器)、一組培訓示例、用於開發C/C++ 應用程序和使用Web ... 另一方面,VSCode 和Visual Studio 的附加組件添加了用於為Tizen 開發 ...
#85. Install TensorFlow with pip
macOS requires pip 20.3 or later. Windows 7 or later (64-bit). Microsoft Visual C++ Redistributable for Visual Studio 2015, 2017 and 2019.
#86. Tabnine vscode crack
Visual Studio Code | Install Tabnine Autocomplete for VSCode Learn more Supercharge ... powerful and useful IDEs used by developers for C/C++ programming.
#87. Numpy M1 Mac
M1 Macでnumpyの行列積を300倍高速化する(OpenBLASのリンク) Python Mac numpy ... you must also install some prerequisites: a C++ compiler (g++, clang, ...
#88. gitignore.io - Toptal
... Adobe, OCaml, Idris, bluej, pydev, Bloop, Sonar, Linux, Eagle, macOS ... Jobs Business Intelligence Developer Jobs C++ Developer Jobs Ionic Developer ...
#89. Visual studio code breakpoint not working - biendep.biz
Link to C/C++ language info for vscode: https://code. ... This is the recommended way to set up Visual Studio for Mac for debugging Setting Breakpoints in ...
#90. 慕课网-程序员的梦工厂
慕课网(IMOOC)是IT技能学习平台。慕课网(IMOOC)课程涉及JAVA、前端、Python、大数据等60类主流技术语言,覆盖了面试就业、职业成长、自我提升等需求场景, ...
#91. Visual studio code cannot find module appoutmain
C++ module support has arrived in Visual Studio! ... Bouke Visual Studio IDE Visual Studio for Mac Visual Studio Code . IntelliJ IDEA Edu.
#92. 如何用vscode写c语言mac... _c语言开发工具 - 吉美游戏网
如何用vscode写c语言mac... ,c语言开发工具的详细内容,吉美游戏网有更多关于如何 ... 使用VS Code 的开发人员已达到1100 万人次,微软也一直有为Mac VS Code 支持。
#93. Learn Modern C++ and STL: on Windows, Linux, Azure
An integrated environment: VSCode Microsoft provides a free and lightweight IDE which is VSCode. This IDE is available on Windows, Mac and Linux.
#94. Command Line Tools | Apple Developer Forums
can someone explain to me why python isn't running on my Mac terminal when I type ... Hey guys, I am trying to compile C++ code on Mac using command line ...
#95. Vscode python import path
Details: VScode I can open any python file that import from a custom path, ... for C/C++ with the help of the GNU Global tool. py file for debugging.
#96. Apprendre le C++ Moderne et la STL sur Windows, Linux, ...
Un environnement intégré : VSCode Microsoft fournit un IDE gratuit et léger qui est VSCode. Cet IDE est disponible sous Windows, Mac et Linux.
#97. Setting the default file type for a new file in VS Code
Just a short post today. When you open a new file in VS Code (Using CTRL + N) it opens by default as a plain text file.
#98. Tutorial: Create a Go module - The Go Programming Language
The most popular are VSCode (free), GoLand (paid), and Vim (free). A command terminal. Go works well using any terminal on Linux and Mac, and on PowerShell ...
#99. Compiler Explorer
Compiler Explorer is an interactive online compiler which shows the assembly output of compiled C++, Rust, Go (and many more) code.
mac vscode c語言 在 peegee123/vscode-mac-c-example - GitHub 的推薦與評價
I couldn't find a very simple VS Code project for Mac C/C++ development using the Microsoft cpptools extension. So I created one. Requirements. XCode and the ... ... <看更多>