xonge
6/3/2015 - 2:56 AM

微名片js提交错误

微名片js提交错误

<script type="text/javascript">
            $("link").each(function() {
                var $this = $(this);
                var url = $this.attr("href");
                var ts = (new Date()).getTime();
                $this.on("error",
                function() {
                    $this.attr("href", url + "?=" + ts);
                });
            });
        </script>