摘要:
$(document).on("mouseover",".not_receive_code",function(){$(".msg_info_ui").stop().fadeIn();});$(document).on("mouseout",".not_receive_code",function( 阅读全文
摘要:
PHP如何清除html格式并去除文字中的空格然后截取文字,详细分享一下处理方法(顺便对PHP清除HTML字符串的函数做了一个小结): htmlspecialchars 将特殊字元转成 HTML格式语法: string htmlspecialchars(string string);传回值: 字串函式 阅读全文