postMessage ('start'); shared.port.onmessage = function(e) {alert(e.data);}; shared.port.postMessage('start'); ... IE9 Beta還沒有支援任何Worker.
確定! 回上一頁