IE7、IE8、IE9浏览器不支持placeholder属性,可以使用jquery-placeholder.js解决,使用方法页面加载时调用: $(function() { $('input, textarea').placeholder(); });