我理解react-router有链接并点击它们重新加载整个页面:
<Link to="/projects/123">
但在某些情况下,我有原始HTML,例如消息:
Hey dude, please complete <a href="https://example.com/projects/123">https://example.com/projects/123</a> and dont forget to close them
如何为a
代码提供相同的功能?
答案 0 :(得分:2)
您可以使用redirect
处理程序中onclick
对象的CKEDITOR.plugins.add('mention', {
init: function (editor) {
editor.on('key', function (event) {
console.log(String.fromCharCode(event.data.keyCode));
});
}
});
方法作为锚点。