我正在编写 JavaScript 代码,单击时将函数 getImage 分配为稍后应该显示在页面中的图像源。但是,引号给了我一个问题。
<img src="bill.jpg" class="captify"
id="teamformat" alt="Bill Gates" onclick="getName('Bill Gates');
getMotto('Bill\'s motto');
getImage ('<img src=\"http://www.somepage.com/images/team/bill.jpg\"/>');" />
如何修复 getImage 函数中的引号?谢谢你。