问题描述
我尝试查找有关此问题的信息,虽然有很多信息,但没有涉及这个特定问题的信息。
我有一个API,该API提供了JSON数组,该数组还提供了json本身的链接,因此在UI中,我为不同的结果创建了不同的卡,当单击共享时,会在卡上放置一个共享按钮 按钮,它将JSON中定义的链接复制到剪贴板。
我该怎么做? 有人可以帮我吗
const Mapa = (props) => {
const [groupOfIntersections,setGroupOfIntersections] = useState('');
$('.ui.small.celled.table tbody tr').on('click',(e) => {
if (e.ctrlKey) {
if($(e.target.parentNode).hasClass("active")) {
$(e.target.parentNode).removeClass("active");
} else {
let tempGroup = [...groupOfIntersections]
tempGroup.push($(e.target.parentNode).attr('class'));
console.log('tempGroup',tempGroup);
setGroupOfIntersections(tempGroup);
$(e.target.parentNode).addClass("active");
}
} else if (!e.ctrlKey){
$('.ui.small.celled.table tbody tr').removeClass("active");
$(e.target.parentNode).addClass("active");
}
});
console.log('groupOfIntersections',groupOfIntersections);
console.log('arrayOfInt',tempGroup);
.
.
.
};
解决方法
您可以使用@disable_multi_worker
def predict(self,x,batch_size=None,verbose=0,steps=None,callbacks=None,max_queue_size=10,workers=1,use_multiprocessing=False):**
处理问题:
document.execCommand