摘要:
#top { position: fixed; top: 0; left: 0; right: 0;z-index:1; ...其他属性 } 阅读全文
摘要:
报错原因:无法找到Tomact v7.0,因为我自己的Tomact 的版本是v8.5的。 解决方法:第一步:右键项目Build Path--》Configure Build Path,在Libraries里把Tomact v7.0 remove。由于我之前已经删去,故不作展示。 第二步:打开navi 阅读全文
摘要:
用python画随机颜色随机大小的正方形 新手练习 练习题目:用python画出随机颜色随机大小的正方形 基本知识:turtle库,random库 随机颜色,通过颜色的十六进制完成: 1 def random_color(): 2 color_list=['0','1','2','3','4','5 阅读全文