神采飞阳

 

随笔分类 -  js

@media screen and (min-width: 1366px) and (max-width: 1920px)
摘要:可以用来写根据屏幕的尺寸改变相应的css样式。 比如: <div class="test"></div> .test { width: 200px; height: 100px; border: green 1px solid; margin: 0 auto; @media screen and ( 阅读全文

posted @ 2021-10-11 22:42 神采飞阳 阅读(819) 评论(0) 推荐(0)

parseInt和parseFloat
摘要:parseInt和parseFloat这两个方法除了可以转化数字还可以起到提取数字的作用但必须是数字开头的,否则返回NaN. const str = "123abc"; const str2 = "a123bc"; console.log(parseInt(str)); //123 console. 阅读全文

posted @ 2021-09-12 23:02 神采飞阳 阅读(122) 评论(0) 推荐(0)

导航