摘要: $(function(){ function isPlaceholder(){ var input = document.createElement('input'); return 'placeholder' in input; } if(!isPlaceholder()){ $... 阅读全文
posted @ 2016-09-11 14:06 丑萌嘞 阅读(569) 评论(0) 推荐(0)