js traverse and assign

$("#productInfo").find("i").each(function() {
            var $this = $(this);
            $this.text(productData[$this.attr("id")]);
        });




Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=326444268&siteId=291194637