摘要:
<!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml"><head> <title></title> <script> function EventObject() { var eventRepository = {}; this.attach = function (eventName, handler) { eventRepository[eventName] = eventRepository[eventName] || []; ... 阅读全文
posted @ 2013-03-21 08:31
cnbwang
阅读(175)
评论(0)
推荐(0)
浙公网安备 33010602011771号