摘要: [TOC] 1. Python2中的input、raw_input赋值方式和Python3中的input赋值方式的差别 | 版本\命令 | raw_input | input | | : : | : : | : : | | Python2.\ | 所有输入作为字符串看待,返回字符串类型。 | 只接受 阅读全文
posted @ 2019-05-21 15:29 Hello_Jack 阅读(358) 评论(0) 推荐(0)
# 页脚html代码 /*头部导航栏*/ #navigator { font-size:15px; border-bottom: 1px solid #ededed; border-top: 1px solid #ededed; height: 60px;/*导航栏高度,原始50*/ clear: both; margin-top: 25px; } /*导航栏设置,可以自定义导航栏的目录*/ #navList { min-height: 35px; float: left; } #navList li { /*每一个栏目节点*/ float: left; margin: 0 5px 0 0; /*这里原来是0 40px 0 0 */ } #navList a { /*栏目文字的格式*/ display: block; width: 5em; height: 22px; float: left; text-align: center; padding-top: 19px; }