随笔分类 -  前端模块系列

摘要:引文 Less是一种动态的样式语言。Less扩展了CSS的动态行为,比如说,设置变量(Variables)、混合书写模式(Mixins)、操作 (Operations)和功能(Functions)等等,最棒的是,Less使用了现有的CSS语法,也就是说,你可以直接把你现成的样式文件 “style.c 阅读全文

posted @ 2020-09-03 21:24 shanked 阅读(159) 评论(0) 推荐(0)

摘要:$.ajax({ url: "pro/test.php", type: "post", timeout: 5000, async: true, cache: true, data: $('#jsForm').serialize(), dataType: "json", contentType: "a 阅读全文

posted @ 2020-08-31 15:22 shanked 阅读(179) 评论(0) 推荐(0)