2021年1月27日 星期三

動態產生超連結底線

.動態超連結 {
    text-decoration: none;
}
.動態超連結:hover {
    text-decoration: underline;

<a class="動態超連結" href="...">...</a>

沒有留言:

批次檔正確處理中文

1. 確定檔案編碼為 UTF-8 2. 開頭先執行 chcp 65001