Open
Conversation
Owner
|
表格的部份目前先不急著加上, 因為裡面的數據都還要經過追蹤程式核驗其正確性, 表格項目與內容都可能增加,拆分或合併, 先加上之後反而不好檢視與修改. |
Author
|
先改表格其實就是為了之後方便檢視與修改欸XD 檢視方面:用瀏覽器打開看 HTML 表格比 txt 表格清楚。 修改方面:瀏覽器打開的 HTML 表格直接複製就是 tsv,可以貼到 Excel 之類的表格編輯器整理,然後有很多方法可以把表格資料轉換成 HTML table,從簡單的尋找取代,簡單的腳本,或先貼到 WYSIWYG HTML editor 再複製原始碼都可以。 二者基本上都比重新把 txt 表格轉寫成 HTML 表格快一點,後者的程序其實很機械,但偏偏又很難寫成自動化腳本處理……。 還有個目的是改善瀏覽效果,因為不同平台的瀏覽器字型不同,純文字表格有時會無法準確對齊。(不過這方面在之前把表格中的空格全部改為全形後確實已經不是那麼容易發生了) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.