我试图在我的代码中包含摄氏度符号(°C),这就是我所拥有的并且它不起作用:
$('#temp').unbind().append((Math.round(temperature - 273.15)) + '℃');
javascript
javascript ×1