我正在尝试返回idselection属性。每次我运行它 虽然我只是得到了很多空白。我尝试过使用
dummy_data.plot()
方法和dummy_data.plot(legend=True) plt.legend(loc='upper left', bbox_to_anchor=(1, 0.5),fancybox = True)
。我只是不断得到很多空白。下面的HTML是我想要获得的一个例子
find()
答案 0 :(得分:0)
试试这个。
$('.mg-check.mg-checkEmpty.requireLogin').each(function() {
var data = $(this).attr('id'); //note the change in this line
propVal = data.text();
console.log(propVal);
json.propVal = propVal;
});
}