You can just bind all necessary arguments with 'bind': root.addEventListener('click', myPrettyHandler.bind(null, event, arg1, ... )); In this ...
確定! 回上一頁