摘要: // 方法1 $('#imgValidateCode').attr("src", data.CodeUrl); // 方法2 var self = $("#refresh"); var img = new Image(); $(img).bind("load", function () { $("#imgValidateCode").attr("src", this.src); });... 阅读全文
posted @ 2017-03-22 14:30 jamess 阅读(80037) 评论(0) 推荐(2) 编辑