postMessage({ data: 123 }); // Listen messages from iFrame ... Send the items to iFrame channel.emit('@main/goods', data.items); ...
確定! 回上一頁