答案 0 :(得分:1)
$(function(){ // equivalent to document on ready state
$("body").on("click", "#delete", function(){
//code goes here
});
});
这应该可以解决问题,当然要处理所有spans
你可以用其他跨度的id替换"#delete"
。希望这有帮助!
答案 1 :(得分:0)
from _ruamel_yaml import CParser, CEmitter