Pyspider crawler result gets data-bgimage attribute value

 <a href="testtese" target="_blank" data-bgimage="testtese"></a>

the a tag acquired by the crawler contains href, target, data-bgimage and other attributes, which can be obtained with this.attr.href and this.attr.target, but this.attr.data-bgimage will report a global name "bgimage" is not defined error and solve

.
Mar.04,2021

use this.attr ["data-bgimage"]

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b323d0-2b15f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b323d0-2b15f.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?