文章分类 -  兼容性问题

摘要:function isPlaceholder(){ var input = document.createElement('input'); return 'placeholder' in input;}if (!isPlaceholder()) {//不支持placeholder 用jquery来 阅读全文
posted @ 2016-06-07 09:49 jokerH 阅读(66) 评论(0) 推荐(0)