摘要:
if (!Function.prototype.bind) { Function.prototype.bind = function (oThis) { if (typeof this !== "function") { throw new TypeError("Function.prototype.bind - what is trying to be bound... 阅读全文
摘要:
今天OA里有个需求,要在一个链接后,增加当前用户的账户密码,再跳转。 打开页面查看源码,发现,这个链接在iframe里,以为能够根据iframe直接find出来 试了试。报错:Uncaught TypeError: parent.triggerMouseupHandle is not a funct 阅读全文