【示例】 预览效果 源代码 在模拟器中预览 JS window.onload = function(){ var _delHtmlTags = document.getElementById("delHtmlTags"); _delHtmlTags.onblur =function(){ this.value = this.value.replace(/<[\/\!]*[^<>]*>/ig, ""); } }; 下载源代码