我有以下 html 字符串
<span onclick="Popup=window.open('C_SPD').URL;','Popup','menubar=No,toolbar=No,scrollbars=Yes,width=600,height=500,top=20,left=60,resizable=yes');return fallse;" href="#">xyz</span>
<a href=mailto@abc.com?subject=LongTerm third=third>esc@abc.com</a>
我需要在缺少的属性周围加上双引号。