```
function ea55_cc1(){
open_win({name:'plugin_autograph',title:'確認簽名',url:'./plugin_autograph.html',open_url:false,com_win_huidiao:'plugin_autograph'});
api.addEventListener({
name: 'plugin_autograph'
}, function(ret, err) {
// {
// absolutePath: //字符串類型;圖片保存到指定路徑后的絕對路徑,若保存失敗則為該參數為 undefined
// albumPath: //字符串類型;圖片保存到相冊后的絕對路徑,若保存失敗則該參數為 undefined
// }
console.log('保存后:'+JSON.stringify(ret.value.absolutePath));
// alert(JSON.stringify(ret.value));
});
}
```