js删除
2020-07-07
184
本地储存window.localStorage使用方法
window.localStorage
JQuery鼠标移动添加删除样式
JQuery鼠标移动添加删除样式方法,下面为代码案列$("a").hover(function(){ $(this).find("b").show();},function(){ $(this).find("b").hide();})鼠标移到A标签触发事件,下面的B标签显示,后门的function就是鼠标移开隐藏。...
百度MIP改造常用正则表达式
正则表达式替换图片格式function NewsTextReplace($add){ $add['newstext'] = preg_replace('/<img.*?src="(.*?)".*?>/is', '<mip-img alt="" src="$1"></mip-img>', stripslashes...