摘要: 微信开发中经常遇到缓存问题 无法跳转 url后加上随机数 window.location.href = baseUrl + '?v='+(new Date().getTime()); window.location.href = baseUrl + '?v='+Math.random(); css, 阅读全文
posted @ 2021-12-21 12:51 冯丙见 阅读(1149) 评论(0) 推荐(0) 编辑
摘要: (function(){ document.ready = function(fn){ if(typeof fn !== 'function'){ throw 'Fn is not a function!'; } function completed() { document.removeEvent 阅读全文
posted @ 2021-12-21 12:49 冯丙见 阅读(35) 评论(0) 推荐(0) 编辑
摘要: 一、C语言初学者该用哪个C语言编译器 C语言编译器适于编写系统软件,是学习编程的同学们的必备软件。c语言一种应用非常广泛的编程语言,不仅仅是在软件开发上,而且各类科研都会用到c语言。今天小编给大家汇总下C语言编译器推荐大全。 阅读全文
posted @ 2021-12-21 12:47 冯丙见 阅读(5344) 评论(1) 推荐(0) 编辑