84669 personnes étudient
152542 personnes étudient
20005 personnes étudient
5487 personnes étudient
7821 personnes étudient
359900 personnes étudient
3350 personnes étudient
180660 personnes étudient
48569 personnes étudient
18603 personnes étudient
40936 personnes étudient
1549 personnes étudient
1183 personnes étudient
32909 personnes étudient
<img src="/wp-content/cache/gravatar/0950d573f5c720dced074953c96b8510.png" alt="">
上述的HTML代码是存在于JS文件中的字符串,现在如何使用JS取出其中的 /wp-content/cache/gravatar/0950d573f5c720dced074953c96b8510.png?
/wp-content/cache/gravatar/0950d573f5c720dced074953c96b8510.png
认证高级PHP讲师
let str=`<img src="/wp-content/cache/gravatar/0950d573f5c720dced074953c96b8510.png" alt="">`; let url=$(str).attr('src'); console.log(url); ///wp-content/cache/gravatar/0950d573f5c720dced074953c96b8510.png
给个id,通过js获取元素,元素.src就是你要的了。
http://www.cnblogs.com/mingji...
给个id,通过js获取元素,元素.src就是你要的了。
http://www.cnblogs.com/mingji...