我使用的是https://github.com/bpmn-io/bpmn-js-example-custom-shapes。我想在javascript (index.html)中添加两个按钮点击函数,但app.js.Result内部的函数定义给出了一个错误"function is not defined at HTMLButtonElement.onclick“。 <!-- javascript(app.js) -->
function load() {
console.log('load clicked');
}
function save