摘要:
select * from table where add_time>=to_date('2015/01/03','yyyy/mm/dd') 阅读全文
摘要:
//ie textarea不支持maxlength $('#verify_note').bind('input propertychange', function() { if (this.value.length > 100) { ... 阅读全文
摘要:
方法一:禁止中文输入法方法二:禁止黏贴,禁止拖拽,禁止中文输入法! 阅读全文