摘要:
自己写了一个js帮助类,主要用于调试js。做项目有时候调试很麻烦,不能总alter('***'); 如果是个循环那就更郁闷了!var console = { $: function(id) { return typeof id == 'string' ? document.getElementById(id) : id; }, state: "ready", show: true, rowIndex: 1, init: function() { var handle = this.$("console-win"); ... 阅读全文
posted @ 2013-08-30 13:36
Artworks
阅读(384)
评论(1)
推荐(0)

浙公网安备 33010602011771号