摘要: 一、原始方法eval()二、json插件--github开源插件:json-js/json2.jshttps://github.com/douglascrockford/JSON-js/blob/master/json2.js 阅读全文
posted @ 2015-09-23 17:37 renxiaoren 阅读(610) 评论(0) 推荐(0)
摘要: 一、event.srcElement:当前事件的源; 在IE下,event对象有srcElement属性,但是没有target属性;Firefox下,event对象有target属性,但是没有srcElement属性.但他们的作用是相当的,即:firefox 下的event.target = IE ... 阅读全文
posted @ 2015-09-23 14:57 renxiaoren 阅读(580) 评论(0) 推荐(0)