摘要:
Copy to Clipboard Button 属于插件内容,其依赖于toolbar 问题1:复制按钮不加载 在How to use中所述内容值得注意: The plugin depends on the Prism Toolbar plugin. In addition to including 阅读全文
摘要:
判断里面赋值就OK啦 var ss = "hi go oh" const reg = /\w{2}/g const ii = ss.matchAll(reg) while (_ = ii.next()) { if (_.done) break console.log(_.value, _.done) 阅读全文