![post-title](https://i.ytimg.com/vi/_RsaNzZFuUU/hqdefault.jpg)
vundle 在 コバにゃんチャンネル Youtube 的精選貼文
![post-title](https://i.ytimg.com/vi/_RsaNzZFuUU/hqdefault.jpg)
Search
#1. Vundle, the plug-in manager for Vim - GitHub
Vundle is short for Vim bundle and is a Vim plugin manager. Vundle allows you to... keep track of and configure your plugins right in the .vimrc; install ...
#2. Vim Plugin 自動下載、安裝、更新與管理工具(Vim Bundle)
Vundle 是一個可以自動下載、安裝與管理Vim plugins 的工具,讓Vim 的使用者可以很方便的使用各種plugins。 Vim 編輯器可以透過各種plugin 來增加各種 ...
#3. Vundle:管理vim 套件的工具 - iT 邦幫忙
Vundle 就是Vim Bundle 的縮寫。把Vim 的套件都打包起來! 安裝Vundle. 首先你的系統中需要有curl 和git,通常應該都已經裝 ...
#4. [Vim] Vim 的插件管理工具Vundle - Medium
Vim 的預設其實是沒有自己的插件管理工具的,但是有一個很好用的軟體叫做vundle (取名自vim bundle),可以很方便地幫我們管理vim 的插件. “[Vim] Vim 的插件管理 ...
#5. VIM学习笔记插件管理器(Vundle) - 知乎专栏
Vundle 是一个Vim插件管理器,用于方便地安装、更新和卸载插件。在Mac中配置Vundle安装GitHub for macOS;使用以下命令,将Vundle安装到指定目录: git ...
這是一個非常有用的插件管理Vim插件。 Vundle為我們安裝的每個插件創建一個單獨的目錄樹,並將其他配置文件存儲在相應的插件目錄中。 簡而言之,它將允許我們安裝新的插件 ...
#7. 技术|如何在Linux 上使用Vundle 管理Vim 插件
Vundle 为每一个你安装的插件创建一个独立的目录树,并在相应的插件目录中存储附加的配置文件。因此,相互之间没有混淆的文件。简言之,Vundle 允许你 ...
更好用的Vim 外掛管理工具:Vundle. May 25th, 2013. vim-vundle. 先前曾經寫過怎麼使用Pathogen 管理Vim 的外掛,Git 的submodule 用久了開始覺得很不方便,有時候 ...
#9. Linux下Vundle安装和使用Vim实现代码跳转
Vundle 是vim的一个插件管理器, 同时它本身也是vim的一个插件,可以搜索、安装、更新、清理插件。Vundle的安装需要git和curl的支持。
Installing Vundle# · Install Git and clone Vundle into ~/.vim/bundle/Vundle.vim . · Configure plugins by adding the following to the top of your .vimrc , adding ...
#11. VIM学习笔记插件管理器(Vundle) - YYQ
Vundle 是一个Vim插件管理器,用于方便地安装、更新和卸载插件。 在Mac中配置Vundle. 安装GitHub for macOS;; 使用以下命令,将Vundle安装到指定目录:
#12. Vundle - 佛祖球球
Vundle 就是Vim 的套件管理工具,藉由Vundle 可以達到快速安裝、更新、刪除、搬移的效果。 Vundle Installation. Vundle 可以透過git clone 的方式安裝, ...
#13. Vundle | 他山教程,只選擇最優質的自學材料
安裝Git 並將Vundle 克隆到 ~/.vim/bundle/Vundle.vim 中。 通過在 .vimrc 的頂部新增以下內容來配置外掛,根據需要新增或刪除外掛(列表中的外掛僅用 ...
#14. VundleVim/Vundle.vim - Gitter
Hello, I have installed Vundle successfully but don't know how to install vim autosave plugin https://github.com/907th/vim-auto-save).
#15. vim插件管理器:Vundle的介绍及安装(很全) - CSDN博客
Vundle 简介Vundle 是Vim bundle 的简称,是一个Vim 插件管理器. Vundle 允许你做…在.vimrc中跟踪和管理插件安装特定格式的插件(a.k.a. scripts/bundle) ...
#16. vim實戰:外掛安裝(Vundle,NerdTree) | IT人
vim Vundle外掛官方地址:https://github.com/VundleVim/Vundle.vim。 2.安裝步驟. a.安裝git工具,如已安裝可忽略. yum install git. b.建立目錄.
#17. 使用Vundle安装YouCompleteMe - 云+社区- 腾讯云
Vundle 是Vim bundle的缩写,是Vim插件管理器。 Vundle允许你… 跟踪并配置您的插件.vimrc; 安装配置的插件(又名脚本/包); 更新配置 ...
#18. vim實戰:插件安裝(Vundle,NerdTree) - 每日頭條
vim/bundle/Vundle.vime.編輯.vimrc文件,默認是沒有的可以直接創建內容如下1"顯示行號2setnu34"開啟高亮5syntaxon67"突出顯示當前 ...
#19. Vundle, the plug-in manager for Vim - Gitee
Vundle 是Vim bundle 的简称,是一个Vim 插件管理器. Vundle 允许你做... 同时在 .vimrc 中跟踪和管理插件; 安装特定格式的 ...
#20. Vim Vundle installation on windows - Stack Overflow
Looks like you missed some steps of the installation, that would clone the Vundle git repository under the $HOME/.vim/bundle directory, ...
#21. Vundle the Vim package manager
Vundle allows to: * keep track and configure your scripts right in .vimrc * install configured scripts (aka bundle) * update configured scripts
#22. 在Linux中使用Vundle管理Vim外掛的方法 - 程式前沿
Vundle 是Vim bundle 的簡稱,是一個Vim 外掛管理器. Vundle 允許你做… 在.vimrc中跟蹤和管理外掛安裝特定格式的外掛(a.k.a. scripts/bundle) 更新特定格式 ...
#23. Vundle - Jackson - 請先讀我
插件管理器,更方便安裝管理插件此管理器應該是最常見的,用起來相當方便不過我會推薦使用vim-plug . 下載. https://github.com/VundleVim/Vundle.vim.
#24. vundle + Taglist NERDTree SrcExpl Trinity cscopemaps ...
1. vundle $git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim $vim ~/
#25. Vundle使用教程
简介Vundle 是Vim Bundle 的简称,是为了使Vim 的插件更便于管理,如果你使用过Vim ,那么你也一定对于Vim 的插件管理很头疼。现在可以体验下Vundle… by ety001.
#26. Vundle · Vim 学习笔记
下载vundle. $ git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim. 配置文件 将下面配置 ...
#27. Vim 套件管理程式Vundle | 艾瑞克黑白講 - 點部落
Vim 套件管理程式Vundle · 1. 安裝必備套件 yum install git curl -y · 2. 新增目錄~/.vim/bundle/vundle 再透過git安裝vundle · 3. 設定.vimrc,加入以下 ...
#28. Vundle (plugin for Vim) configuration problem - Ask Ubuntu
You are mixing the system-wide configuration with user configuration. The manual of Vundle suggests adding a script to “your .vimrc ” ...
#29. Vundle 插件管理器 - vim 常用操作— vim8.0 latest 文档
Vundle 插件管理器¶. 在历史长河中,原始的安装Vim 插件的方式是将从网络上下载的插件文件夹放在 ~/.vim 下,然后编辑配置 ~/.vimrc 文件的过程,当然如果发现插件更新 ...
#30. Vundle: The alternative to vim-plug - LinuxForDevices
Before we proceed to the installation steps here is short summary of Vundle. Vundle is short for Vim bundle. Vundle is designed to be simple and minimalistic.
#31. linux vim vundle - 程序員學院
vundle 是vim bundle 的簡稱,是一個vim 外掛管理器. vundle 允許你做… 在.vimrc中跟蹤和管理外掛. 安裝特定格式的外掛(a.k.a. scripts/bundle).
#32. Vundle
step2、通过git下载 Vundle 源码 git -C ~/.vim/bundle clone http://github.com/VundleVim/Vundle.vim.git. step3、在 ~/.vimrc 文件头开始输入如下内容
#33. 安裝Vundle for VIM - Etsoutdoors
我無法安裝Vundle,我已經按照GitHub上的說明進行了操作; git clone https://github.com/gmarik/Vundle.vim.git〜/ .vim / bundle / Vundle.vim,僅此而已.
#34. 【Vim】使用Vundle管理配置Vim基本外掛- IT閱讀
Vundle. 專案託管在github上https://github.com/gmarik/vundle。 其特色在於使用git來管理外掛,更新方便,支援搜尋,一鍵更新,從此只需要一個vimrc走 ...
#35. [Linux] Vundle 安裝YouCompleteMe for Vim - Edoc Zec
alternatively, pass a path where Vundle should install plugins "call vundle#begin('~/some/path/here'); 在.vimrc 內加入 Plugin ...
#36. Vundle的介紹及安裝 - w3c學習教程
Vundle 的介紹及安裝,安裝特定格式的外掛a k a scripts bundle 更新特定格式外掛通過外掛名稱搜尋vim scripts中的外掛清理未使用的.
#37. vim实战:插件安装(Vundle,NerdTree) - 蜗牛201 - 博客园
vim Vundle插件官方地址:https://github.com/VundleVim/Vundle.vim。 2.安装步骤. a.安装git工具,如已安装可忽略. yum install git. b.
#38. Vundle : vim plugin 管理工具筆記
Vundle 指令備查:(不定時更新). Plugin 安裝(已在.vimrc內增加plugin tag). vim內. :PluginInstall. command line下. vim +PluginInstall +qall.
#39. vim 插件管理器Vundle 安装与配置 - 简书
安装插件管理器Vundle 配置修改~/.vimrc: 使用安装一个插件打开vim输入:PluginInstall。:PluginInstall命令会安装在.vimr...
#40. Vim好用的外掛: vundle
filetype off " required! set rtp+=~/.vim/bundle/vundle/ call vundle#rc(). " let Vundle manage Vundle Bundle 'gmarik/vundle'. "my ...
#41. vim vundle教學 - 軟體兄弟
其中值得注意的 ..., Vundle 是一個可以自動下載、安裝與管理Vim plugins 的工具,讓Vim 的使用者可以很方便的使用... Vundle(Vim Bundle 的簡稱)是一個Vim plugin 管理 ...
#42. How To Use Vundle to Manage Vim Plugins on a Linux VPS
The vundle tool is actually built on a different plugin manager called pathogen and provides a superset of functionality.
#43. ubuntu18.04安裝Vundle插件管理器 - 台部落
下載Vundle到制定目錄git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim Vundle的配置參考:https://g.
#44. vim实战:插件安装(Vundle,NerdTree) - 360doc个人图书馆
Vundle 是vim的一个插件管理器, 同时它本身也是vim的一个插件。插件管理器用于方便、快速的安装、删除、Vim更新插件。vim Vundle插件官方 ...
#45. 使用Vundle 管理VIM 插件 - 大象笔记
最近才知道城里人都是用Vundle 来管理VIM 插件的,而我们乡下一直都是通过github 来同步~/.vim 目录。 显然通过同步.vim 目录的方式要繁琐的多, ...
#46. Vundle for Windows - VundleVim/Vundle.vim Wiki - GitHub ...
Before it can be used with Vundle it's required make curl run in command prompt. Extract the download and then make sure that you add the installed location to ...
#47. vim 配置分享 - 運維筆記
Vundle 是vim的插件管理器(之一), 使用以下指令安裝 git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim ...
#48. Vim插件Vundle
而VIM提供的插件又很多,新手可能无从下手。幸好让我接触到了这个Vundle插件,Vundle用来安装,管理其他插件,这样以后安装插件卸载插件的问题就迎刃而解 ...
#49. Vim to IDE(1)-vundle+snipmate+autocomplpop - MVNL LIFE
vundle 是一個非常好用的vim套件管理器,用法就像debian的apt-get,之前用 ... git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle.
#50. VIM Plugins with VIM Vundle - Linux Hint
How to install a plugin from GitHub using Vundle package manager? · 1. Open the plugin page of Github and copy the name section marked in the following output ...
#51. [Linux][vim] vundle管理插件, astyle - 大专栏
因为上面我们已经安装了vundle ,所以我们现在可以通过vundle 来安装auto-format 。 在~/.vimrc 中添加. Plugin 'Chiel92/vim-autoformat'.
#52. AUR (en) - vundle-git - Arch Linux
As already stated by @th-fr there is a typo in vundle.install file: echo "To use vundle, please check the file /usr/share/vundle/vimrc.vundle" should be:
#53. 為內建的Vim 編輯器安裝python-mode 外掛
git clone https://github.com/VundleVim/Vundle.vim.git ~/.vim/bundle/Vundle.vim. 設定Vundle " enable syntaxt highlighting syntax on " settings of plugin ...
#54. Vundle管理vim插件_一起奋斗的日子的技术博客
Vundle 管理vim插件,#为知笔记写的markdown,贴出来就乱了目录1.Vundle允许你做…2.快速开始初始安装Vundle:配置插件:第一部分,必须位于.vimrc开头第 ...
#55. vim 插件管理Vundle
vim 插件管理Vundle [https://github.com/VundleVim/Vundle.vim]:1.下载Vundle 仓库git clone https://github....
#56. The first plugin to install for vim-vundle - Programmer Sought
Vundle is simply the plugin manager of vim, which helps you manage the installation, deletion, and update of plugins. You only need to fill in the name of ...
#57. 使用Vundle 維護的新vim 設定
使用Vundle 維護的新vim 設定. 離上一篇「我的vim設定」已經過了一段時間 http://yodalee.blogspot.tw/2012/09/vim.html 其實這個設定已經過時,大約 ...
#58. Vundle - Plugins installed but not loading - Super User
Never do anything in /etc/vim. Because Vim follows a strict loading order and messing with the default files and directories will make Vim ...
#59. Can't get plugin for Vim to work with Vundle. What am I doing ...
vimrc file currently looks like which is practically taken from the Github Vundle page. set nocompatible " be iMproved, required filetype off " required " set ...
#60. Installing Vundle: The Plugin Manager For Vim
Vundle makes managing plugins for vim a lot easier by providing an interface to install and configure a plugin. This guide is a brief overview of Vundle to get ...
#61. mac 安裝vim 的插件管理Vundle | I'm Wb
Vundle 也許不是最完美的解決方案,卻是現存最好的Vim插件管理方案,用Vundle ... 下載並安裝Vundle git clone https://github.com/gmarik/vundle.git ...
#62. windows下gvim使用vundle插件- 碼上快樂
vundle 是用於管理vim插件的插件。安裝更新和卸載插件只需修改vimrc即可。 以下是安裝vundle的步驟,前提是已經安裝了gvim . 。 注:gvim不要安裝到 ...
#63. Linux Vim插件管理器Vundle安装和使用 - 爱E族
Vundle 是vim的一个插件管理器, 同时它本身也是vim的一个插件。插件管理器用于方便、快速的安装、删除、Vim更新插件。vim Vundle插件官方 ...
#64. [vim ] gvim在Win7 插件在vundle下無效- 看板Editor - 批踢踢 ...
大大們好,目前是vim新手在windows下使用vundle管理插件, 折騰老半天開gVim終於不會跑出錯誤訊息照著說明上面執行:BundleInstall 在vimfile\bundle\
#65. Manage vim scripts with vundle. (Example) - Coderwall
The basic of vundle is to use github to manage the vim script. Let's see how can we make it works. get the vundle from github: $ git clone https ...
#66. Vim 編輯器Plugin 管理插件Vundle 使用 - 人人焦點
Vundle 是Vim bundle 的簡稱,是一個Vim 插件管理器. Vundle 可以非常輕鬆地安裝、更新、搜索和清理Vim 插件。它還能管理你的運行時環境,並幫助標記。
#67. Vundle - FicHugh
Vundle 可以對vim的plugin: 對.vimrc裏面的plugin持續追蹤和管理. 安裝plugins. 更新所有的plugins. 可搜尋所有可取得的plugin. 清除沒在用的plugin.
#68. 【转】使用vundle进行插件管理| 认知自我 - cognize
git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle ... Bundle 'gmarik/vundle' " My Bundles here: #以后你想安装什么插件可以写在下面" ...
#69. Reviews, Pros & Cons | Companies using Vundle - StackShare
Vundle Alternatives & Comparisons · Vim-Plug. A minimalist Vim plugin manager. · pathogen.vim. Manage your 'runtimepath' with ease. · NeoBundle. NeoBundle is a ...
#70. 菜鸟vimer成长记——第4.0章、Vim插件管理利器-Vundle
Vundle 是vim bunler和简称,它是一个vim插件管理器。Vim本身缺乏对插件的有效管理,安装插件并配置.vimrc文件非常不便。gmarik受到Ruby的bunler的启发 ...
#71. vim+vundle配置 - ZenDei技術網路在線
但最近發現通過vundle工具可以很方便... Linux環境下寫代碼雖然沒有IDE,但通過給vim配置幾個插件也足夠好用。一般常用的插件主要包括幾類,查找文件,查找符號的定義 ...
#72. Vundle安裝 - 為學日益
Vundle 是用來管理Vim中的plugin,其優點和安裝方式可參考Vundle:Vim Plugin 自動下載、安裝、更新與管理工具(Vim Bundle)。
#73. Vundle, Bundler for Vim - O3noBLOG
gmarik受到pathogen 和Ruby 的bundler的啟發,開發了Vundle這個Vim 外掛,除了 ... set rtp+=~/.vim/bundle/vundle/ call vundle#rc() " let Vundle ...
#74. [Vim] Vim 外掛套件管理Vundle.vim ... - {oc.tech.notes} 技術誌
git clone https://github.com/gmarik/Vundle.vim.git ~/.vim/bundle/Vundle.vim 修改~/.vimrc 檔案,設定vundle 套件 (可參考vundle 預設設定做修改)
#75. Vim技能修炼教程(1) - 使用vundle管理插件-阿里云开发者社区
我们只需要在call vundle#end()那一行之前,加上我们需要的plugin的内容就可以了。 下面我们开始vim plugin的寻宝之旅,第一站当然是官网!
#76. 談談vim plugin-manager | SSARCandy's Blog - Posts
Vundle. 目前應該是這三者中github stars 最多的。 plugin 安裝方式是在 .vimrc 中寫你要的plugin ...
#77. Vundle: Vim's plugin manager - Nady's note
Vundle : Vim's plugin manager. 之前安裝Vim的plugin都是透過Vim的官網下載, 這樣有個問題,就是如果plugin有更新, 你可能不知道,需要留心追蹤,
#78. Arch Linux - 為Vim 安裝套件管理工具: Vundle ... - ALL OF ME
Arch Linux - 為Vim 安裝套件管理工具: Vundle ( Install Vundle for Vim on Arch Linux ). Vim 擁有很多強大、方便的套件,也因此催生出專門 ...
#79. How To Manage Vim Plugins Using Vundle On Linux
Hence, it is going to be a daunting task to track and manage all of them. This is where Vundle comes in help. Vundle, acronym of Vim Bundle, is ...
#80. Vundle-Vim Plugin 管理工具和vimrc設定 - 冷靜
蠻好用的tool for vim :) (version: 7.4+). Install: git clone https://github.com/gmarik/vundle.git ~/.vim/bundle/vundle
#81. Vim 上8.0, Vundle 換vim-plug | Wildsky F.
Vim 上8.0, Vundle 換vim-plug. Posted on 2017 年05 月24 日. 今天在Vim 的Telegram 群組中被OThree 推坑,把Vim 升上8.0 了,其實感覺也沒有什麼太大的改變。
#82. 使用Vundle 維護的新vim 設定
現在的設定是由阿蹦大神推薦的,包括: Vundle 自動安裝插件的插件ultisnips 強大的原始碼片段展開vim-snippets 各種snippets的集合YouCompleteMe 補 ...
#83. Vundle vs Pathogen - Just lepture
Most people just want an answer. Yes, vundle is better. Pathogen Pathogen created a new way to organize vim plugins, it.
#84. Vim Vundle | Logan's Note
Recently, I have come across with Vim Vundle. It is a vim plug-in manager which allows you to install or uninstall a plug-in by editing ...
#85. 安裝vim插件vundle在全新安裝時失敗- 優文庫 - UWENKU
我正嘗試在我的VPS上定製Vim。我已經完成了許多教程和README.md文件中描述的一切。 因此,apt-get的VIM,VIM工作易於得到的git 拉VIM 創建的〜/ .vimrc ,它看起來像 ...
#86. Vim Vundle由於錯誤而不允許安裝插件 - ubuntu
The problem here is that apparently Vundle is a legacy package manager for vim, and when we use the PluginSearch function, it downloads available scripts ...
#87. 2021-12-01-10-33-32-Vundle.vim-master.zip - 下载
2021-12-01-10-33-32-Vundle.vim-master.zip.
#88. Skincare BOGOs & Bundles - Vanity Planet
Make your wallet happy by getting your skincare BOGOs & Bundles at Vanity Planet. Shop our affordable essentials making quality skincare a click away.
#89. Vim Vundle 安裝,(Vim套件管理) - Nimo的成長大海- 程式投資 ...
Vim可以安裝各種plugin,而Vundle這個就是來管理安裝更新這些plugin的工具。 安裝需求Git #用於下載plugin的工具Curl #用來搜尋plugin的工具Ubuntu.
#90. 未知函數:vundle#begin | 2021
我安裝了舊vundle。我沒有使用git pull來更新vundle,而是從〜/ .vim中刪除了舊的vundle並按照vundle的Github頁面中的Quick Start部分的說明進行了安裝。也許我摔壞了.
#91. Vim (text editor) - Wikipedia
These plugins can be installed manually, or through a plugin manager such as Vundle, Pathogen, or Vim-Plug. Vim script files are stored as plain text, ...
#92. Vscode oh my zsh
How can we customize VIM editor and add various plugin using vundle plugin manager. And here's what you'll see on CentOS. 2019 기본적으로 Mac에서는 bash가 ...
#93. tmux 2: Productive Mouse-Free Development - Google 圖書結果
To set this up, install the Vim plugin using Vundle by adding this to your vimrc file: Plugin 'christoomey/vim-tmux-navigator' Then save your vimrc file and ...
#94. The Ama-Xosa - 第 19 頁 - Google 圖書結果
(1) Ama-Ngqosini, (2) Ama-Vundle, (3) Ama-Mvulane, (4) Ama-Mfene, (5) AmaBanqo or Ntshilibe ...
#95. The parliamentary gazetteer of England and Wales. 4 vols. ...
... belonging of Oundle , county of Northampton ; 34 miles north- to that congregation . Other charities , in 1833 , east of Vundle , on the river Nene .
#96. Cómo utilizar Topgrade para actualizar fácilmente su sistema ...
Actualizará su configuración de Vim o Neovim si usa NeoBundle, Vundle, Plug o Dein. Si usa un repositorio de Git para sus archivos de puntos ...
#97. Syntastic Flake8 - ac127.com
... For python-mode: let g:pymode_lint_ignore="E501,W601" Ensure that these are set before Pathogen or Vundle are triggered.
#98. Vscode oh my zsh - rekafrasa.com
How can we customize VIM editor and add various plugin using vundle plugin manager. Install WSL2 on Windows Browse The Most Popular 86 Vscode Zsh Open ...
vundle 在 [vim ] gvim在Win7 插件在vundle下無效- 看板Editor - 批踢踢 ... 的必吃
大大們好,目前是vim新手
在windows下使用vundle管理插件,
折騰老半天開gVim終於不會跑出錯誤訊息
照著說明上面執行:BundleInstall
在vimfile\bundle\
之下插件也貌似裝好了
卻沒有一個插件能用…
像是我裝了NERDTree
但我輸入:NERDTree Vim還是告訴我無此命令囧
以下是我_gvimrc的內容:
"https://blog.csdn.net/zhuxiaoyang2000/article/details/8636472
set nocompatible " be iMproved
filetype off " required!
set rtp+=$VIM/vimfiles/bundle/vundle/
call vundle#rc('$VIM/vimfiles/bundle/')
" let Vundle manage Vundle
" required!
Bundle 'gmarik/vundle'
" original repos on github
Bundle 'mattn/zencoding-vim'
Bundle 'drmingdrmer/xptemplate'
" vim-scripts repos
Bundle 'L9'
Bundle 'FuzzyFinder'
Bundle 'The-NERD-Commenter'
Bundle 'The-NERD-tree'
Bundle 'surround.vim'
Bundle 'kien/rainbow_parentheses.vim'
--
--
※ 發信站: 批踢踢實業坊(ptt.cc), 來自: 220.141.81.231
※ 文章網址: https://www.ptt.cc/bbs/Editor/M.1423757360.A.EFC.html
... <看更多>