代码:

var chapterImages = [];
var chapterPath = "";

var imgSrc = [];
$("#mainView_img img").each(function () {
  imgSrc.push($(this).attr("src"));
});
console.log(imgSrc);
sessionStorage.setItem("imgSrc", JSON.stringify(imgSrc));

.

相关文章:

  • 2022-01-30
  • 2021-08-08
  • 2021-06-23
猜你喜欢
  • 2022-12-23
  • 2021-09-02
  • 2021-09-06
  • 2022-12-23
  • 2021-05-11
相关资源
相似解决方案