<script type="text/javascript">
$(function () {
editorcontent = new baidu.editor.ui.Editor();
editorcontent.render('authentication');
//禁用代码
editorcontent.ready(function () {
editorcontent.setDisabled();
});
try {
editorcontent.sync();
} catch (err) {
}
});
</script>
百度富文本禁止编辑
会篮球的程序猿2024-11-13 21:17