$(function(){ $("#editor").on("hidden.bs.modal",function(){ //清除缓存方法 $(this).find("#textareaTo").empty(); });});
本文共 181 字,大约阅读时间需要 1 分钟。
$(function(){ $("#editor").on("hidden.bs.modal",function(){ //清除缓存方法 $(this).find("#textareaTo").empty(); });});
转载于:https://www.cnblogs.com/zhixi/p/4789259.html