摘要: 1.将字符串转换成json列表格式如下:var getaddress = appcan.libuser.getAddress(); var address=JSON.parse(getaddress); 阅读全文
posted @ 2015-07-31 17:38 mingli 阅读(122) 评论(0) 推荐(0) 编辑
摘要: document.getElementById('Add').setAttribute("onclick",AddNum());相当于不停的调用Addnum函数应改成document.getElementById('Add').setAttribute("onclick","AddNum()")Jq... 阅读全文
posted @ 2015-07-31 14:01 mingli 阅读(12675) 评论(0) 推荐(1) 编辑