$(function () { var observation = { init: function () { this.render();//断点:this bind :function() check_length: function () init: function () render: function () update_checked: function () save_observation: function () this.bind(); //断点: this bind :…