Jquery adds a string to the <a href='' > tag

 <a href="${cxt}/controller/method.action?tradeWaterNo=${order.tradeWaterNo}">

jshref  &guizi=001  
Mar.19,2021

var $a = $('a');
var temp =$a.attr('href')+"&guizi=001";
$a.attr('href',temp);

const $xx = $("-sharpxx");
$xx.attr("href", `${$xx.attr("href")}&guizi=001`);
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-1b39aaa-2c1a5.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-1b39aaa-2c1a5.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?