var event = document.createEvent(type);. event is the created Event object. type is a string that represents the type of event to be created.
確定! 回上一頁