摘要:
css引入:style.css 样式可自己更改 html 结果和class: <div class="navBar"> <ul class="nav"> <li class="m"> <h3><a href="">1111111</a></h3> </li> <li class="m"> <h3>< 阅读全文
摘要:
$ git 测试是否安装git $ git config --global user.name "Your Name" $ git config --global user.email "email@example.com" --global 表示你这台机器上所有的Git仓库都会使用这个配置,当然对 阅读全文