$(function() {
var links = $(".notranslate").map(function() {
var gg = this.href
gg.replace(/\D/g,'');
}).get();
console.log(links);
});
我很好奇我将如何将这个数字从它记录的部分中返回。
Error: Uncaught TypeError: Cannot read property 'replace'