![post-title](https://i.ytimg.com/vi/_RsaNzZFuUU/hqdefault.jpg)
bootstrap table rwd 在 コバにゃんチャンネル Youtube 的精選貼文
![post-title](https://i.ytimg.com/vi/_RsaNzZFuUU/hqdefault.jpg)
Search
... <看更多>
每次遇到表格要做RWD網頁時就是一個痛苦的開始,今天我們就來聊聊表格要怎麼做 ... Bootstrap 原始碼 ... ... <看更多>
#1. Bootstrap教學-實現Table表格也支援RWD自適應效果 - 梅問題
梅問題-Bootstrap教學-實現Table表格也支援RWD自適應效果. 雖然說現在編排網頁時,已經不再使用table了,而是使用div雖然說div很方便,但遇到表單式 ...
#2. Bootstrap 的RWD 表格| Design VS. F2E - 點部落
當然還是會用bootstrap他原本的標籤,預設要寫的RWD的表格為.table-rwd,之後再td 後面加上"data-th"標籤. html如下: <table class="table ...
#3. 【Day 25】HTML Table Responsive (RWD) 的幾種方法分享
範例:Bootstrap - Responsive tables. 首先需要讓table 變成block 區塊元素,再於水平方向的overflow 讓表格自動判斷是否有超出寬度的內容,如有超出則自動加入水平 ...
Documentation and examples for opt-in styling of tables (given their prevalent use in JavaScript plugins) with Bootstrap.
#5. Bootstrap Table 響應式表格- 客座投稿
首先我們要做的是將一些會用到的CSS、JS 文件引入到專案裡,接著撰寫一個Table 元素,最重要的就是在 table 裡新增一個 data-toggle 屬性,屬性值為 table ...
#6. UI CSS Bootstrap RWD Table 手機上的表格呈現 - 龍崗山上的 ...
Description Bootstrap Table 在手機呈現上的範例。 Demo. Demo Page https://codemercs.github.io/page/ui-rwd-table/index.html GitHub Project
#7. [ Bootstrap3 ] Rwd Table - CodePen
[ Bootstrap3 ] Rwd Table. bootstrap 原生的rwd".table-responsive". 序號, 產品名稱, 售價, 其他.
#8. 用data-th 實現響應式表格的方法(table RWD) | 0與1之間
用data-th 實現響應式表格的方法(table RWD) ... [看codepen示範2-bootstrap-table](https://codepen.io/rainiewang/pen/oNvGXeN) ...
#9. (4) Bootstrap 表格(Tables). 表格的使用方法 - Medium
表格的使用方法. “(4) Bootstrap 表格(Tables)” is published by Ivy Ho in IvyCodeFive.
#10. 利用Pure CSS 讓HTML Table 也能有RWD 效果 - Yowko's Notes
雖然透過grid system 的排版可以快速達成RWD 的效果,但資. ... table 加上橫向捲軸 ... Bootstrap教學-實現Table表格也支援RWD自適應效果.
#11. 輕鬆做出美觀的自適應RWD 表格(Table)﹍jQuery 輕量外掛
手機上要顯示自適應RWD表格不是容易的事,本篇介紹的外掛,除了能夠無腦套用,且現成的樣式、配色就很美觀,不用另外修改或研究CSS 語法。
#12. bootstrap table rwd | note - 點部落
note. 2018-05-22. bootstrap table rwd. 123; 0. bootstrap table rwd. bootstrap table rwd unwork <html> <head> <link rel="stylesheet" ...
#13. 表格
使用Bootstrap使用表格的文档和示例(表格样式及响应式优先于BootStrap全局的 ... 使用最基本的表格标记,下面是Bootstrap中 .table 表格的样式(基本样式), ...
#14. Bootstrap 表格 - 菜鸟教程
Bootstrap 表格Bootstrap 提供了一个清晰的创建表格的布局。下表列出了Bootstrap 支持的一些表格元素: 标签描述<table>为表格添加基础样式。 <thead>表格标题行的容器 ...
#15. Bootstrap 4 學習筆記(三) : 表格 - 小狐狸事務所
HTML 原始的表格醜醜的, 但如果簡單地套上Bootstrap 的table 表格樣式類別就會變得美美的. Bootstrap 設計了可套用於整體表格(table 元素), ...
#16. Responsive tables
You only need to add one JS-file, one CSS-file and some minimal setup to make the tables responsive. Dependencies: jQuery and Bootstrap 3.
#17. Bootstrap 4 Tables - 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, ...
#18. RWD <table> - 純html, css - 無javascript - 生活記事簿
td 使用display: block; tr 使用display: inline-block. 參考資料:. Bootstrap教學-實現Table表格也支援RWD自適應效果 ...
#19. [筆記] 使用CSS Grid 來做RWD 排版 | Bootstrap table rwd grid
Bootstrap table rwd grid,大家都在找解答。 使用情境二:table 在窄螢幕的呈現排版. 雖然Bootstrap 本身對table 就提供了responsive 的設計,但在小螢幕上(如手機) ...
#20. Table裡的內容要如何在RWD網頁設計內漂亮呈現? | CTK Pro
說到Table和Responsive Wed Design(RWD,響應式網頁設計),這兩位的恩怨糾葛,孰優孰劣也無法一時判斷出來的啊。但不可否認的,隨著行動裝置越來越 ...
#21. Bootstrap 4 table responsive - examples & tutorial. Basic
Bootstrap table column width. You can use one of the following classes to manipulate the width of the columns. Table columns with auto width. Just add the ...
#22. how to make responsive table in mobile view - Stack Overflow
Or use bootstrap classes for lower device resolutions. ... .rwd-table { margin: 1em 0; min-width: 300px; } .rwd-table tr { border-top: 1px ...
#23. Bootstrap教學-實現Table表格也支援RWD自適應效果|梅問題 ...
table 雖然有點過時,但遇到表單時,還是不得不使用table,但當使用table後,要如何也支援RWD呢?現在就一塊來看看吧!! http://goo.gl/yqgIBd. 6 年前 - Bootstrap教學- ...
#24. Table | Components | BootstrapVue
For displaying tabular data, <b-table> supports pagination, filtering, ... _rowVariant, String, Bootstrap contextual state applied to the entire row (See ...
#25. 實現Table表格也支援RWD自適應效果 - Vkpdu
利用Pure CSS 讓HTML Table 也能有RWD 效果這是現代化網站基本條件並不算特殊需求。雖然透過grid system 的排版可以快速達成RWD Bootstrap教學-實現Table表格也 ...
#26. Bootstrap教學-實現Table表格也支援RWD自適應效果|梅問題.
[轉貼]Bootstrap教學-實現Table表格也支援RWD自適應效果|梅問題.教學網. 發佈日期: 2018-08-03,作者: 小毛. 這種Table RWD的呈現也是很棒.
#27. 使用響應式表格產生器,輕鬆作出電腦/手機看都美觀的表格
只要您使用「響應式表格產生器」,幾個步驟就能輕鬆做好響應式表格,不只好讀、網頁質感也馬上提昇! 使用的工具. 名稱:Responsive Table Generator.
#28. [筆記] Bootstrap 5 新增自適應RWD 的字體大小 - 地瓜大的飛翔 ...
Bootstrap 5 的版本中,增加了對於字體大小自動調整的功能。 ... <h3>New Table</h3> <table class="table table-success table-striped"> <thead> ...
#29. [網頁設計] Bootstrap響應式Table表格 - 米煎的學習筆記Mi ...
1.rwd-table td:before { content: attr(data-th) " : "; font-weight: bold; width: 6.5em; display: inline-block; } 2. <table class="rwd-table">
#30. RWD - 簡單RWD概念的Table - 限量ㄟ蓋步
RWD (Responsive Web Design,響應式網頁設計)的簡單概念就是網頁會隨著螢幕大小來調整顯示的樣式。 RWD實際實作的方式就是靠CSS media方式來定義各種螢幕 ...
#31. 讓你的HTML Table Responsive 吧! | by Alex Liu | 25sprout
RWD -table. 客戶表示:哎呀,我的這個表格在手機版字都擠在一起不好閱讀阿! Web Dev:那…我們是不是要另外layout 一個專屬行動裝置的表格?
#32. 使用Bootstrap 開發響應式網頁
響應式網頁設計(RWD,Responsive Web Design) 指的是一種網頁設計方式,目 ... 此外,Bootstrap 還提供響應式表格(responsive table),只要將<table> 元素放在.
#33. RWD-Table-Patterns - npm
Keywords · RWD · responsive · tables · mobile-first · bootstrap ...
#34. BootStrap table表格外掛自適應固定表頭(超好用) | 程式前沿
還有,使用前請引入bootstrap的相關css,js,jQuery,以及bootstrap-table的css,js至少這5個基本檔案. 一,html表格方式. 例一:需求,簡單的表格 ...
#35. bootstrap 表格rwd 如何建構響應式的HTML表格 - Qhcoh
[ Bootstrap ] – RWD 手機版本不顯示內容. 5 年ago. jeff. No Comments. 使用時機:在使用table 時若欄位數太多,之後再td 後面加上”data-th”標籤. html如下:
#36. [ Bootstrap ] - RWD 手機版本不顯示內容 - 混水摸魚
使用時機:在使用table 時若欄位數太多,會整個表格超出手機的營幕,利用hidden-xs 即可將該欄位隱藏。 .col-xs-//手機 .col-sm-//平版 .col-md-//桌機
#37. bootstrap table 表頭固定、凍結列、橫向縱向滾動條
3 bootstrapTable初始化的時候height設定高度(表頭設定有兩種方法,這裡使用的是在bootstrapTble設定height ,這種方法有缺陷,表格高度固定,這就 ...
#38. Live Demo: Bootstrap Responsive Table - Tutorial Republic
<title>Bootstrap Responsive Table</title>. 7. <link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">.
#39. RWD-Table-Patterns CDN by jsDelivr - A CDN for npm and ...
nadangergeo 5.3.3 MIT. This is an awesome solution for responsive tables with complex data. RWDresponsivetablesmobile-firstbootstrap.
#40. 如何建構響應式的HTML表格:表格縮圖響應式設計方案/ How ...
如果你的網頁是以表格為主來呈現資訊,比較推薦的做法是採用CSS框架提供的CSS方案,例如這篇「Bootstrap教學-實現Table表格也支援RWD自適應效果」。
#41. Ajunși afară Este A interactiona table responsive bootstrap 3
exfoliere bici crește Bootstrap For Beginners - Part Five (Bootstrap Tables); adolescenți alocare cu microprocesor How To Implement Responsive Grid Ui in ...
#42. 阿莫斯の網頁料理室: RWD TABLE | RWD 表格| 新手網頁教學 ...
每次遇到表格要做RWD網頁時就是一個痛苦的開始,今天我們就來聊聊表格要怎麼做 ... Bootstrap 原始碼 ...
#43. How to make Bootstrap table with sticky table head?
Tables that can be used for aligning/recording data properly but sometimes it happens that the data in the table is too long so in order to ...
#44. rwd bootstrap - Kyuos
Bootstrap (RWD)應用: Step7 接著在官網中,可找到以下的表格,此表格相當的 ... 符合手機上的操控,因此梅干就整理了一下手邊的資料,將table自適應並整合到bootstrap.
#45. Responsive - DataTables
Collapsed information from the table shown in a child row; Seamlessly integrates with DataTables; Works with Bootstrap, Foundation and other responsive CSS ...
#46. Bootstrap教學-實現Table表格也支援RWD自適應效果 - 論壇
Bootstrap 教學-實現Table表格也支援RWD自適應效果http://www.minwt.com/webdesign-dev/html/14066.html Bootstrap教學-實現Table表格也支援RWD自 ...
#47. 使用Bootstrap 4 顯示/隱藏HTML 元素
這樣做也不會說不好,保留了更多彈性去使用,只是對我這位CSS 苦手來說有一點不直覺,所以整理了最下面的表格,方便我之後使用。 Display 通用類別.
#48. [CSS] RWD Table - The Color Moon 月亮彩色
[CSS] RWD Table ... table {; border-spacing: 1;; border-collapse: collapse;; background: white;; border-radius: 6px;; overflow: hidden; ...
#49. nadangergeo/RWD-Table-Patterns - gitmemory
Easy to use. You only need to add one JS-file, one CSS-file and some minimal setup to make the tables responsive. Dependencies: jQuery and Bootstrap 3.
#50. Index of /qa/bootstrap/plugins/responsive-table/css
Index of /qa/bootstrap/plugins/responsive-table/css ... [PARENTDIR], Parent Directory, -. [TXT], rwd-table.min.css, 2015-08-07 11:54, 11K ...
#51. 網站架設沒有【RWD響應式網頁設計】 Google:那你就等死吧 ...
RWD 響應式網頁設計是讓網站完美呈現於各式載具的設計方法,只要遵守RWD原則及Bootstrap工具。其優點可給客戶良好的網站瀏覽體驗並帶來業績。
#52. 自動的平均分配欄寬 - 育將電腦工作室
Bootstrap 4 因為使用了CSS Flexbox,所以不輸入數字= 平均分配欄寬。 一、Bootstrap 4 不需輸入數字就能根據col 的數量分配欄寬. 1.
#53. Ázsia Észlelni megkönnyebbülés bootstrap table mobile
Ázsia Észlelni megkönnyebbülés bootstrap table mobile. ... Plugin For Mobile-friendly Responsive Table - RWD Tables | Free jQuery Plugins ...
#54. Bootstrap 是什麼?給網頁設計新手的Bootstrap 4入門教學
Bootstrap 是一個由HTML、CSS 和JavaScript 寫成的前端框架,核心的設計目標是達成RWD響應式與行動優先,也就是讓你的網站排版可以自動適應螢幕大小。
#55. Bootstrap 表格 - Fvilb
下表列出了Bootstrap 支援的一些表格元素: 標籤描述<table>為表格新增基礎樣式。 <thead>表格標題行的容器 ... 但是不是我想要的表格RWD,所以自己寫了一個Design VS.
#56. jQ響應式表格插件– Responsive table - 每日頭條
Demo地址:http://gergeo.se/RWD-Table-Patterns/#demo. 註:這個jQuery插件要在Bootstrap 3前端框架上使用。 1.自定義顯示表格列,在表格右上角可以 ...
#57. RWD 實戰篇- Bootstrap | 資料科學家的工作日常
前一段時間有介紹過RWD 的概念,基本上就是網站排版依據視窗大小有所調整 ... Bootstrap 是一個相當熱門的CSS Framework,其中也有簡單好上手的Grid。
#58. Bootstrap 的一些欠佳用法
除了用Bootstrap 來做RWD ,還有有些網頁勞工會忘記bootstrap 有RWD 功能,只要觀念 ... 九、讓只會photoshop table 切版的美工處理Bootstrap 的網站.
#59. HTML Responsive Table Generator Tool | IANR Media
The HTML responsive table generator tool quickly and easily creates website mobile responsive tables that pass HTML5 validation and web accessibility ...
#60. 4 Tecniques for Making HTML Table Data Responsive
4 CSS Snippets for Creating Responsive HTML Tables · Horizontal Scrolling · Collapsible Cells with Repositioned Table Headers · Static Left Table ...
#61. Table: Reflow - jQuery Mobile Demos
The reflow table mode works by collapsing the table columns into a stacked presentation that looks like blocks of label/data pairs for each row. Quick Links ...
#62. Bootstrap div 置中 - 前端筆記- 痞客邦
在要置中的div class 下css .center{ margin: 0 auto; float: none; }. <div class=col-md-6 center> container <div>. 文章標籤. Bootstrap RWD. 全站熱搜 ...
#63. 10 Best Responsive Table Plugins In JavaScript And CSS ...
Mobile-friendly Responsive Bootstrap Table with jQuery ... RWD Reflow Table is a dynamic, flexible, responsive table jQuery plugin designed ...
#64. 40+ Bootstrap Tables - Free Code + Demos - Dev Snap
The list also includes responsive bootstrap tables, with pagination, ... Bootstrap Tables - Bootstrap 4 Business Pricing Table ... Tags: responsive, rwd ...
#65. rwd表格樣式 - 軟體兄弟
我嘗試過網路上很常推data-title ... ,2015年11月23日— 梅問題-Bootstrap教學-實現Table表格也支援RWD自適應效果... 但縮到手機模式時,表格下方則會出現左右滑動的 ...
#66. Accessible, Simple, Responsive Tables | CSS-Tricks
Not possible to align cells across rows with <tr> type wrappers and display: table-cell overrides the flex-item . Responsive tables with flexbox.
#67. 什麼是RWD響應式網頁設計?圖解說明讓你3分鐘搞懂手機版網站
1.Bootstrap. Bootstrap是由Twitter開發,包含Javascript、CSS等...相關檔案,是自由度高、也是目前最多人使用的 ...
#68. Responsive tables - Pattern Library
The table may be scrolled horizontally in order to see all column data. The normal view uses the same HTML structure and CSS classes as Bootstrap responsive ...
#69. Bootstrap 筆記
Bootstrap 筆記=== ###### tags: `web` `frontend` `UI` `RWD` `library` [官方](http://getbootstrap.com/)
#70. RWD Table Patterns - BestAgencies.com
screenshot-gergeo.se 2015-04-20 01-22-48. Responsive Tables is wonderful a solution for making tables responsive, and was created for Twitter Bootstrap.
#71. CSS: 如何使用Flex 完成table 效果 - 傑克! 真是太神奇了!
這個方法比較接近原本 <table> <tr> <td> 的寫法, HTML 原始碼看起來可能比較習慣, 使用程式產生這樣的表格也相對容易. 但和第一種方法相反的, 要在每一個 ...
#72. RWD響應式網頁的神器- BOOTSTRAP輕鬆上手課程 - Accupass
全世界最受歡迎的Bootstrap前端框架教學,台中專業的前端設計課程只在諾浩設計講堂。
#73. [转]响应式表格jQuery插件– Responsive tables - 博客园
1.Responsive tables介绍. Demo地址:http://gergeo.se/RWD-Table-Patterns/#demo. 注:这个jQuery插件要在Bootstrap 3前端框架上使用。
#74. 響應式設計(Responsive Web Design) - 亞洲大學
Bootstrap 支援回應式網頁設計(RWD)的整體設計。 ... 表一:Bootstrap CSS 表格標箋範例 ... 在表格table 樣式後面加上table-striped 後綴,就可以呈現條列式。
#75. Responsive Web Design (RWD) 響應式網站開發教學與心得
使用Bootstrap 開發RWD 網頁. 3.1. Fluid Grids. 3.2. Fluid / Flexible Image ... 可以在html 的<table> 標籤加上.table 跟.table-responsive.
#76. 响应式表格jQuery插件– Responsive tables | 设计达人
1.Responsive tables介绍. Demo地址:http://gergeo.se/RWD-Table-Patterns/#demo. 注:这个jQuery插件要在Bootstrap 3前端框架上使用。
#77. 第11 堂課- bootstrap 的版面規劃
11.0: 期末報告注意事項; 11.1: bootstrap 4 的網格系統與RWD 簡介; 11.2: bootstrap 4 好用的導覽列; 11.3: 大型廣告螢幕與導覽列位置設計; 11.4: 整體版面配置 ...
#78. Bootstrap#3:Responsive Image 響應式圖片 - Liz's Blog
有響應式表格,當然也有伸縮自如的響應式圖片功能囉! 以下內容參考自Bootstrap Images,通常要插入圖片,可以這樣寫:
#79. 梅問題.教學網
梅問題-Bootstrap教學-實現Table表格也支援RWD自適應效果. 雖然說現在編排網頁時,已經不再使用table了,而是使用div雖然說div很方便,但遇到表單式的內容,還是得 ...
#80. 用Bootstrap 3 製作高度相同的div (column)
會想分享這樣的內容,也是因為之前在上RWD 入門與實戰時,有同學問過這樣 ... 古早以前如果希望欄位的高度相同,用 table 不失為一個好方法,雖然現在 ...
#81. 使用Bootstrap建立一個RWD Template ... - Summer。桑莫。夏天
使用Bootstrap建立一個RWD Template (Twitter Bootstrap in Responsive Web Design) ... Table. Crafty Responsive Tables | Playground from ZURB.
#82. Responsive Data Tables: A Comprehensive List of Solutions
To create a responsive table with Bootstrap, you have to wrap the table ... RWD-Table-Patterns is an alternative implementation of the ...
#83. [BS] Bootstrap 4 自訂容器和欄間距寬度(Custom Container
tags: bootstrap4, container, layout, gutter. 這篇文章主要是說明Bootstrap 4 中.container 的作用,以及.col 間的間距(gutters) ...
#84. Bootstrap Table Sorting | 紅色死神
Bootstrap Table bootstrap 真是好工具,由他延伸出來的東西也超多的,這次要做可以升冪降冪排序的表格,稍微google一下就找到了。
#85. Bootstrap框架----DataTables列表移动端适配定义隐藏列
Bootstrap 是自动适配移动端的,在手机上查看效果如图:. 我们发现当数据有很多列时,会存在超出屏幕的可能。这时候表格表现为在屏幕范围内可左右 ...
#86. 前端開發:使用bootstrap-table.js來實現表格的排序 - Astral Web
bootstrap -table.js 是一個以為bootstrap為基礎的表格外掛。可以對表格的資料進行排序、分頁、查詢等等。本篇文章將簡單的介紹如果套用bootstrap-table.js到表格上, ...
#87. Table search jquery - atelier-bambustraum.de
table search jquery, Oct 14, 2020 · Here are few other Jquary related articles like jQuery ... Best Search Bar Bootstrap Collection. ... RWD-Table-Patterns.
#88. Html table pagination bootstrap
RWD -Table-Patterns is an alternative implementation of the Tablesaw approach (see previous section). 14 Oca 2021 Aim -- To add pages to a bootstrap table.
#89. Responsive horizontal scroll tabs
Bootstrap 4 Simple horizontal tabs snippet is created by BBBootstrap Team using Bootstrap 4, Javascript. You signed in with another tab or window. The table ...
#90. Responsive Design - Tailwind CSS
Mobile First. By default, Tailwind uses a mobile first breakpoint system, similar to what you might be used to in other frameworks like Bootstrap. What ...
#91. React bootstrap table example codepen - Yoga with Aegialis
Method to get scroll react bootstrap table example codepen to play with dolls! well ... RWD-Table-Patterns is an alternative implementation of the Tablesaw ...
#92. Angular screen width
E. See how aspects of the Bootstrap grid system work across multiple devices with a handy table. We'll see how to center images in CSS both vertically and ...
#93. Java RWD Web企業網站開發指南|使用Spring MVC與Bootstrap(電子書)
範例:bootstrap\bootstrap08.html (局部程式碼) 1 <div class="container"> 2 <img ... 在<table>元素使用基礎「table」類別可以自動套用 Bootstrap 提供的表格樣式, ...
#94. refineR: A Novel Algorithm for Reference Interval Estimation ...
Our algorithm for the estimation of reference intervals from RWD is ... refineR and kosmic with N = 200 bootstrap iterations and compared ...
#95. 讓響應式(RWD)網頁設計變簡單:Bootstrap開發速成 (電子書)
03 Bootstrap 介紹與使用方法 102 表格在網頁設計當中,常藉由表格來進行多量資料呈現時的排版輔助。因此,下表列出建立表格時該使用的各項元素並介紹。標籤描述<table> ...
#96. 讓響應式(RWD)網頁設計變簡單:Bootstrap開發速成(第二版)(電子書)
80:在<table>標籤中所要加入的類別的如下: (1) table:改為 Bootstrap 的表格樣式。(2) table-hover:使當滑鼠滑入表格時,欄位的底色會套用淺灰色,以作為提示作用。
#97. Responsive navbar angular material - Noabiliaria
Angle - Responsive Bootstrap Admin Template. ng g c employee-container ... Search for jobs related to Angular material table server side pagination ...
#98. Bootstrap in 24 Hours, Sams Teach Yourself: Boot 24 Hour Sam ...
Abbreviations Bootstrap adds some default styles to the standard HTML <abbr> tag: ... on <abbr title="Responsive Web Design" class="initialism">RWD</abbr>.
#99. Angular screen width
... the Bootstrap grid system work across multiple devices with a handy table. ... web design (RWD) so the UI layout will adapt to the device screen size.
#100. bootstrap table onCollapseRow detail视图模式点击收起事件
bootstrap table 表格在detail view详情视图模式下,点击收起按钮时的事件,参数返回行号、行数据对象。
bootstrap table rwd 在 用data-th 實現響應式表格的方法(table RWD) | 0與1之間 的推薦與評價
用data-th 實現響應式表格的方法(table RWD) ... [看codepen示範2-bootstrap-table](https://codepen.io/rainiewang/pen/oNvGXeN) ... ... <看更多>